assert-array-includes-matching-items
v0.9.0
Published
an assert to make sure an array contains matching unordered items
Downloads
60
Readme
assert-array-includes-matching-items
just a helpful assert with nice output which I was lacking in jest/chai/jasmine
import assertArrayIncludesMatchingItems from 'assert-array-includes-matching-items'
assertArrayIncludesMatchingItems(someArray, arrayOfItemsToFind)
if the assertion fails, this is logged: