Unexpected
Assertions
any
to be defined
to be undefined
not to be undefined
to equal
string
to have length
not to have length
Asserts that the string has the specified length.
expect('Hello world', 'to have length', 11);