aboutsummaryrefslogtreecommitdiffstats
path: root/test/exchange_wrapper_test.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-05-31 18:10:38 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-05-31 18:10:38 +0800
commit454c04583894adbf6dce23f74098d2013aa96e2a (patch)
treeae20d48845eb6b47794f1403059d38ce2c7e4635 /test/exchange_wrapper_test.ts
parentbe13cf127c00c762d03c5eaf17a11c2775701530 (diff)
parent9409e0aba1d1fa62a60c25149ae1b7115de9e2c9 (diff)
downloaddexon-0x-contracts-454c04583894adbf6dce23f74098d2013aa96e2a.tar
dexon-0x-contracts-454c04583894adbf6dce23f74098d2013aa96e2a.tar.gz
dexon-0x-contracts-454c04583894adbf6dce23f74098d2013aa96e2a.tar.bz2
dexon-0x-contracts-454c04583894adbf6dce23f74098d2013aa96e2a.tar.lz
dexon-0x-contracts-454c04583894adbf6dce23f74098d2013aa96e2a.tar.xz
dexon-0x-contracts-454c04583894adbf6dce23f74098d2013aa96e2a.tar.zst
dexon-0x-contracts-454c04583894adbf6dce23f74098d2013aa96e2a.zip
Merge branch 'erc20transfer' into fillOrderAsync
Diffstat (limited to 'test/exchange_wrapper_test.ts')
-rw-r--r--test/exchange_wrapper_test.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/exchange_wrapper_test.ts b/test/exchange_wrapper_test.ts
index 355a5d01b..ede4198d8 100644
--- a/test/exchange_wrapper_test.ts
+++ b/test/exchange_wrapper_test.ts
@@ -1,6 +1,5 @@
import 'mocha';
import * as chai from 'chai';
-import chaiAsPromised = require('chai-as-promised');
import {web3Factory} from './utils/web3_factory';
import {ZeroEx} from '../src/0x.js';
import {BlockchainLifecycle} from './utils/blockchain_lifecycle';
@@ -8,7 +7,6 @@ import * as BigNumber from 'bignumber.js';
import {createSignedOrder} from './utils/order';
const expect = chai.expect;
-chai.use(chaiAsPromised);
const blockchainLifecycle = new BlockchainLifecycle();
describe('ExchangeWrapper', () => {