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, 0 insertions, 1 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 0110e437f..0b66985aa 100644 --- a/packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts +++ b/packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts @@ -1,5 +1,4 @@ import * as chai from 'chai'; -import 'make-promises-safe'; import { ContractWrappers } from '../src'; |