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