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 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(); |