aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/artifacts_test.ts
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-05-17 08:36:37 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-05-17 08:36:37 +0800
commit251218af8b3947d0bad531d995dbb4e161058143 (patch)
tree5f72bf6b84d4b073333c0b7555ce97098eafaca5 /packages/contract-wrappers/test/artifacts_test.ts
parentc06ed585823ec88b8330db253283fe0c4c4521fe (diff)
downloaddexon-0x-contracts-251218af8b3947d0bad531d995dbb4e161058143.tar
dexon-0x-contracts-251218af8b3947d0bad531d995dbb4e161058143.tar.gz
dexon-0x-contracts-251218af8b3947d0bad531d995dbb4e161058143.tar.bz2
dexon-0x-contracts-251218af8b3947d0bad531d995dbb4e161058143.tar.lz
dexon-0x-contracts-251218af8b3947d0bad531d995dbb4e161058143.tar.xz
dexon-0x-contracts-251218af8b3947d0bad531d995dbb4e161058143.tar.zst
dexon-0x-contracts-251218af8b3947d0bad531d995dbb4e161058143.zip
Use make-promises-safe to catch unhandled rejections in tests
Diffstat (limited to 'packages/contract-wrappers/test/artifacts_test.ts')
-rw-r--r--packages/contract-wrappers/test/artifacts_test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/contract-wrappers/test/artifacts_test.ts b/packages/contract-wrappers/test/artifacts_test.ts
index 5d7261e09..446b8f9d1 100644
--- a/packages/contract-wrappers/test/artifacts_test.ts
+++ b/packages/contract-wrappers/test/artifacts_test.ts
@@ -1,5 +1,6 @@
import { web3Factory } from '@0xproject/dev-utils';
import * as fs from 'fs';
+import 'make-promises-safe';
import { ContractWrappers } from '../src';