unexpected-immutable
Assertions
Map
to have keys
to have property
Collection
to be empty
to be non empty
to equal
to have length
to have size
to be empty
<Collection> [not] to be empty
Asserts that the immutable collection is empty.
expect
(
new
List
([]),
'to be empty'
);