Const
Asserts that a string is empty.
expect('', 'to be empty'); // passesexpect('hello', 'to be empty'); // fails Copy
expect('', 'to be empty'); // passesexpect('hello', 'to be empty'); // fails
Asserts that a string is empty.