From ba289c28430478c66ca7f755efeb307b56d4ffb5 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 14 Jun 2017 11:27:33 +0200 Subject: Remove types that are not used in public interface from export and rename EventEmitter to ContractEventEmitter and IndexFilterValues to IndexedFilterValues --- test/0x.js_test.ts | 2 +- test/exchange_wrapper_test.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'test') 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'; diff --git a/test/exchange_wrapper_test.ts b/test/exchange_wrapper_test.ts index 6d927e218..28a5c719e 100644 --- a/test/exchange_wrapper_test.ts +++ b/test/exchange_wrapper_test.ts @@ -10,16 +10,15 @@ import {BlockchainLifecycle} from './utils/blockchain_lifecycle'; import { ZeroEx, Token, - Order, SignedOrder, SubscriptionOpts, ExchangeEvents, ContractEvent, - DoneCallback, ExchangeContractErrs, OrderCancellationRequest, OrderFillRequest, } from '../src'; +import {DoneCallback} from '../src/types'; import {FillScenarios} from './utils/fill_scenarios'; import {TokenUtils} from './utils/token_utils'; import {assert} from '../src/utils/assert'; -- cgit v1.2.3