diff options
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r-- | test/0x.js_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index a548d8268..f2bb40d75 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -10,7 +10,6 @@ import {constants} from './utils/constants'; import {web3Factory} from './utils/web3_factory'; import {Order} from '../src/types'; -// Use BigNumber chai add-on chai.use(ChaiBigNumber()); chai.use(dirtyChai); const expect = chai.expect; |