diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-10-13 22:16:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 22:16:11 +0800 |
commit | 5591378245184178dd1a1997076bb1cbb17ddcb1 (patch) | |
tree | 0ce4bebb4c038748e04f791cda501543018113df /test/ether_token_wrapper_test.ts | |
parent | ba654c04a086b8c4ce4330b3d6064716a4090599 (diff) | |
parent | dde2268f9fad24ad8baee88eca7aef068d05c178 (diff) | |
download | dexon-sol-tools-5591378245184178dd1a1997076bb1cbb17ddcb1.tar dexon-sol-tools-5591378245184178dd1a1997076bb1cbb17ddcb1.tar.gz dexon-sol-tools-5591378245184178dd1a1997076bb1cbb17ddcb1.tar.bz2 dexon-sol-tools-5591378245184178dd1a1997076bb1cbb17ddcb1.tar.lz dexon-sol-tools-5591378245184178dd1a1997076bb1cbb17ddcb1.tar.xz dexon-sol-tools-5591378245184178dd1a1997076bb1cbb17ddcb1.tar.zst dexon-sol-tools-5591378245184178dd1a1997076bb1cbb17ddcb1.zip |
Merge pull request #194 from 0xProject/feature/type-safe-subscriptions
Make logs fetching and subscriptions more type-safe
Diffstat (limited to 'test/ether_token_wrapper_test.ts')
-rw-r--r-- | test/ether_token_wrapper_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ether_token_wrapper_test.ts b/test/ether_token_wrapper_test.ts index f50aac48b..389ec1619 100644 --- a/test/ether_token_wrapper_test.ts +++ b/test/ether_token_wrapper_test.ts @@ -3,7 +3,6 @@ import * as chai from 'chai'; import {chaiSetup} from './utils/chai_setup'; import * as Web3 from 'web3'; import * as BigNumber from 'bignumber.js'; -import promisify = require('es6-promisify'); import {web3Factory} from './utils/web3_factory'; import {ZeroEx, ZeroExError} from '../src'; import {BlockchainLifecycle} from './utils/blockchain_lifecycle'; |