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