asmarques / chai-bignumber

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

More ways of checking for BigNumber #4

Closed morrislaptop closed 6 years ago

morrislaptop commented 6 years ago

Allows for checking when BigNumber is embedded in an external library or command line tool like Truffle

asmarques commented 6 years ago

Thanks