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