aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/test-utils/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/test-utils/src/index.ts')
-rw-r--r--contracts/test-utils/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/contracts/test-utils/src/index.ts b/contracts/test-utils/src/index.ts
index efd57903c..7880de0bf 100644
--- a/contracts/test-utils/src/index.ts
+++ b/contracts/test-utils/src/index.ts
@@ -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 {