aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/event_watcher_test.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-01-19 22:34:28 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-01-30 23:01:36 +0800
commit709026bf1a49d468850b4ebed845c8598fa4fd75 (patch)
tree496c9889b0494112239cd720315b213a0b89befa /packages/0x.js/test/event_watcher_test.ts
parentf2b2b867866faa92256bc175e651e038001cef4d (diff)
downloaddexon-0x-contracts-709026bf1a49d468850b4ebed845c8598fa4fd75.tar
dexon-0x-contracts-709026bf1a49d468850b4ebed845c8598fa4fd75.tar.gz
dexon-0x-contracts-709026bf1a49d468850b4ebed845c8598fa4fd75.tar.bz2
dexon-0x-contracts-709026bf1a49d468850b4ebed845c8598fa4fd75.tar.lz
dexon-0x-contracts-709026bf1a49d468850b4ebed845c8598fa4fd75.tar.xz
dexon-0x-contracts-709026bf1a49d468850b4ebed845c8598fa4fd75.tar.zst
dexon-0x-contracts-709026bf1a49d468850b4ebed845c8598fa4fd75.zip
Refactor contracts tests to not use injected web3 instance
Diffstat (limited to 'packages/0x.js/test/event_watcher_test.ts')
-rw-r--r--packages/0x.js/test/event_watcher_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/test/event_watcher_test.ts b/packages/0x.js/test/event_watcher_test.ts
index f92fb2b02..93ee9cd1c 100644
--- a/packages/0x.js/test/event_watcher_test.ts
+++ b/packages/0x.js/test/event_watcher_test.ts
@@ -1,3 +1,4 @@
+import { web3Factory } from '@0xproject/dev-utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as chai from 'chai';
import * as _ from 'lodash';
@@ -11,7 +12,6 @@ import { DoneCallback } from '../src/types';
import { chaiSetup } from './utils/chai_setup';
import { reportNodeCallbackErrors } from './utils/report_callback_errors';
-import { web3Factory } from './utils/web3_factory';
chaiSetup.configure();
const expect = chai.expect;