aboutsummaryrefslogtreecommitdiffstats
path: root/test/0x.js_test.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-06-01 23:03:39 +0800
committerFabio Berger <me@fabioberger.com>2017-06-01 23:03:39 +0800
commit59bc13c188cc54443e1514340310142c8442a88c (patch)
treedb26ab896b386aedd67f16c720a1c73dd03d49ac /test/0x.js_test.ts
parent8193d0f5b28043cbcb005b58790abf32ffee38e1 (diff)
downloaddexon-sol-tools-59bc13c188cc54443e1514340310142c8442a88c.tar
dexon-sol-tools-59bc13c188cc54443e1514340310142c8442a88c.tar.gz
dexon-sol-tools-59bc13c188cc54443e1514340310142c8442a88c.tar.bz2
dexon-sol-tools-59bc13c188cc54443e1514340310142c8442a88c.tar.lz
dexon-sol-tools-59bc13c188cc54443e1514340310142c8442a88c.tar.xz
dexon-sol-tools-59bc13c188cc54443e1514340310142c8442a88c.tar.zst
dexon-sol-tools-59bc13c188cc54443e1514340310142c8442a88c.zip
remove comment
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r--test/0x.js_test.ts1
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;