asmarques / chai-bignumber

Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library
MIT License
14 stars 37 forks source link

Support for TDD assertion style #3

Open TripleSpeeder opened 7 years ago

TripleSpeeder commented 7 years ago

Is there a chance you can extend this to support TDD-style asserts, like assert.bignumber.equal(x, y) This would be awesome :)