@0x:contracts-integrations Wrote a simple integration test and AddressManager

This commit is contained in:
Alex Towle
2019-10-08 17:24:11 -07:00
parent 6cba9fd77f
commit 01aee08c02
7 changed files with 266 additions and 85 deletions

View File

@@ -2,3 +2,4 @@ export * from './artifacts';
export * from './wrappers';
export * from '../test/utils/function_assertions';
export * from '../test/utils/deployment_manager';
export * from '../test/utils/address_manager';