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