an assert to make sure an array contains matching unordered items
npm install assert-array-includes-matching-itemsjust a helpful assert with nice output which I was lacking in jest/chai/jasmine
``javascript
import assertArrayIncludesMatchingItems from 'assert-array-includes-matching-items'
assertArrayIncludesMatchingItems(someArray, arrayOfItemsToFind)
``
if the assertion fails, this is logged:
!output