Adjust the tests

This commit is contained in:
Leonid Logvinov
2017-11-21 15:58:41 -06:00
parent cbf35de4c1
commit 311d42626a
14 changed files with 73 additions and 29 deletions

View File

@@ -5,6 +5,7 @@ import * as Sinon from 'sinon';
import * as Web3 from 'web3';
import BigNumber from 'bignumber.js';
import {chaiSetup} from './utils/chai_setup';
import {constants} from './utils/constants';
import {web3Factory} from './utils/web3_factory';
import {Web3Wrapper} from '../src/web3_wrapper';
import {EventWatcher} from '../src/order_watcher/event_watcher';