Const
Asserts that the subject is null.
expect(null, 'to be null'); // passesexpect(undefined, 'to be null'); // fails Copy
expect(null, 'to be null'); // passesexpect(undefined, 'to be null'); // fails
Asserts that the subject is null.