moll / js-must

An assertion library for JavaScript and Node.js with a friendly BDD syntax (awesome.must.be.true()). It ships with many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good stuff and well tested.
Other
336 stars 35 forks source link

Map-based implementation of `permutationOf` #40

Closed radekn closed 8 years ago

radekn commented 8 years ago

Fixes #38

This should make permutationOf work correctly for arrays containing values other than strings, numbers and booleans.