Move constants and exchangeDataEncoder into test-utils package

This commit is contained in:
Amir Bandeali
2019-04-22 15:27:04 -07:00
parent e80abad19a
commit f4b3b69b2f
7 changed files with 59 additions and 63 deletions

View File

@@ -28,6 +28,7 @@ export { OrderFactory } from './order_factory';
export { bytes32Values, testCombinatoriallyWithReferenceFuncAsync, uint256Values } from './combinatorial_utils';
export { TransactionFactory } from './transaction_factory';
export { testWithReferenceFuncAsync } from './test_with_reference';
export { exchangeDataEncoder } from './exchange_data_encoder';
export {
MarketBuyOrders,
MarketSellOrders,