diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-14 17:27:33 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-14 17:27:33 +0800 |
commit | ba289c28430478c66ca7f755efeb307b56d4ffb5 (patch) | |
tree | 0d2b50fea0a26e489ca528eb3efb83e795a676b7 /test/0x.js_test.ts | |
parent | aea8c7f7dfbd03eadc27bae94e2a6bdf2039afbf (diff) | |
download | dexon-sol-tools-ba289c28430478c66ca7f755efeb307b56d4ffb5.tar dexon-sol-tools-ba289c28430478c66ca7f755efeb307b56d4ffb5.tar.gz dexon-sol-tools-ba289c28430478c66ca7f755efeb307b56d4ffb5.tar.bz2 dexon-sol-tools-ba289c28430478c66ca7f755efeb307b56d4ffb5.tar.lz dexon-sol-tools-ba289c28430478c66ca7f755efeb307b56d4ffb5.tar.xz dexon-sol-tools-ba289c28430478c66ca7f755efeb307b56d4ffb5.tar.zst dexon-sol-tools-ba289c28430478c66ca7f755efeb307b56d4ffb5.zip |
Remove types that are not used in public interface from export and rename EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r-- | test/0x.js_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts index 42ab46cc9..58f5c8533 100644 --- a/test/0x.js_test.ts +++ b/test/0x.js_test.ts @@ -4,7 +4,7 @@ import {chaiSetup} from './utils/chai_setup'; import 'mocha'; import * as BigNumber from 'bignumber.js'; import * as Sinon from 'sinon'; -import {ZeroEx, Order, ECSignature} from '../src'; +import {ZeroEx, Order} from '../src'; import {constants} from './utils/constants'; import {web3Factory} from './utils/web3_factory'; |