Const
Assertion for testing if a string is lexicographically less than another string.
expect('a', 'to be less than', 'b'); // passesexpect('banana', 'to be less than', 'apple'); // fails Copy
expect('a', 'to be less than', 'b'); // passesexpect('banana', 'to be less than', 'apple'); // fails
Assertion for testing if a string is lexicographically less than another string.