1.0.0 • Published 8 years ago

chai-bignum v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

bignum plugin for chai

Usage

const chai = require('chai');
const bignum = require('bignum');
const expect = chai.expect;

chai.use(rquire('chai-bignum'));
expect('1234567').to.equal(bignum('1234567'));
1.0.0

8 years ago