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`, attempt 2 #41

Open radekn opened 8 years ago

radekn commented 8 years ago

Another attempt at fixing #38. Implementation of permutationOf is the same as in previous (failed) pull request #40. What's new here is updated tests and Map ponyfill for older environments like Node.js 0.10.