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 non empty
Asserts that the immutable collection is not empty.
expect
(
new
List
([
1
,
2
,
3
]),
'to be non-empty'
);