Removed unnecessary imports from abi encoder tets

This commit is contained in:
Greg Hysen 2018-11-14 15:34:27 -08:00
parent 5b0d554f7b
commit 1f9ea7ed1b
2 changed files with 1 additions and 6 deletions

View File

@ -10,4 +10,3 @@ export { NULL_BYTES } from './constants';
export { errorUtils } from './error_utils';
export { fetchAsync } from './fetch_async';
export { signTypedDataUtils } from './sign_typed_data_utils';
export * from './abi_encoder';

View File

@ -1,12 +1,8 @@
import * as chai from 'chai';
import 'mocha';
// import { assert } from '@0x/order-utils/src/assert';
import { chaiSetup } from './utils/chai_setup';
import { BigNumber } from '../src/';
//import * as AbiEncoder from './abi_encoder';
import * as AbiEncoder from '../src/abi_encoder';
import * as AbiSamples from './abi_samples';