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