Const
Asserts that the subject is a string value.
expect('hello', 'to be a string'); // passesexpect(42, 'to be a string'); // fails Copy
expect('hello', 'to be a string'); // passesexpect(42, 'to be a string'); // fails
unknown-to-be-a-string
primitives
Asserts that the subject is a string value.