Remove duplicates combinatorial utils from core contracts

This commit is contained in:
Leonid Logvinov
2018-11-23 17:57:28 +01:00
parent 665a855548
commit de39ec3c97
3 changed files with 4 additions and 114 deletions

View File

@@ -24,6 +24,7 @@ export { profiler } from './profiler';
export { coverage } from './coverage';
export { addressUtils } from './address_utils';
export { OrderFactory } from './order_factory';
export { bytes32Values, testCombinatoriallyWithReferenceFuncAsync, uint256Values } from './combinatorial_utils';
export { TransactionFactory } from './transaction_factory';
export { testWithReferenceFuncAsync } from './test_with_reference';
export {