dankogai / js-combinatorics

power set, combination, permutation and more in JavaScript
MIT License
742 stars 97 forks source link

Fixing mocha dependency #36

Closed iamstolis closed 8 years ago

iamstolis commented 8 years ago

Mocha 3+ doesn't accept arbitrary objects as the titles of the test-cases. Tests of js-combinatorics are using objects for titles a lot. So, the tests cannot be run on Mocha 3+.