Const
Asserts that the subject is falsy (false, 0, '', null, undefined, or NaN).
expect('', 'to be falsy'); // passesexpect('hello', 'to be falsy'); // fails Copy
expect('', 'to be falsy'); // passesexpect('hello', 'to be falsy'); // fails
Asserts that the subject is falsy (false, 0, '', null, undefined, or NaN).