diff options
Diffstat (limited to 'packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts')
-rw-r--r-- | packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts b/packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts index 0b66985aa..0110e437f 100644 --- a/packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts +++ b/packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts @@ -1,4 +1,5 @@ import * as chai from 'chai'; +import 'make-promises-safe'; import { ContractWrappers } from '../src'; |