diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-18 13:45:34 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-07-26 04:25:56 +0800 |
commit | 73e8f890b520ceaf16b5ad38f926b67dd3ea148b (patch) | |
tree | 0312339e0537111fc81c41f5cdaefe3d8f69c5fb /test/0x.js_test.ts | |
parent | c11ba988c78e2d6b7c8e1a57f937c6069337c702 (diff) | |
download | dexon-sol-tools-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.tar dexon-sol-tools-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.tar.gz dexon-sol-tools-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.tar.bz2 dexon-sol-tools-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.tar.lz dexon-sol-tools-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.tar.xz dexon-sol-tools-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.tar.zst dexon-sol-tools-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.zip |
Remove unused imports
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 3d9aa105b..03bf21e96 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -6,7 +6,6 @@ import * as BigNumber from 'bignumber.js'; import * as Sinon from 'sinon'; import {ZeroEx, Order} from '../src'; import {constants} from './utils/constants'; -import {assert} from '../src/utils/assert'; import {web3Factory} from './utils/web3_factory'; chaiSetup.configure(); |