Search the reference...
/
method
Asserts that a value is null.
null
expect(null).toBeNull(); expect(undefined).toBeNull(); // fail