diff options
Diffstat (limited to 'packages/order-watcher/test/global_hooks.ts')
-rw-r--r-- | packages/order-watcher/test/global_hooks.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/order-watcher/test/global_hooks.ts b/packages/order-watcher/test/global_hooks.ts index 53b3ef545..03eab0e13 100644 --- a/packages/order-watcher/test/global_hooks.ts +++ b/packages/order-watcher/test/global_hooks.ts @@ -1,5 +1,6 @@ import { devConstants } from '@0xproject/dev-utils'; import { runMigrationsAsync } from '@0xproject/migrations'; +import 'make-promises-safe'; import * as path from 'path'; import { constants } from './utils/constants'; |