From 251218af8b3947d0bad531d995dbb4e161058143 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Wed, 16 May 2018 17:36:37 -0700 Subject: Use make-promises-safe to catch unhandled rejections in tests --- packages/order-watcher/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/order-watcher/package.json') diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json index 50aaffd7f..d65d3f175 100644 --- a/packages/order-watcher/package.json +++ b/packages/order-watcher/package.json @@ -46,10 +46,10 @@ }, "devDependencies": { "@0xproject/abi-gen": "^0.2.13", - "@0xproject/sol-compiler": "^0.4.3", "@0xproject/dev-utils": "^0.4.1", "@0xproject/migrations": "^0.0.5", "@0xproject/monorepo-scripts": "^0.1.19", + "@0xproject/sol-compiler": "^0.4.3", "@0xproject/tslint-config": "^0.4.17", "@types/bintrees": "^1.0.2", "@types/lodash": "4.14.104", @@ -63,6 +63,7 @@ "copyfiles": "^1.2.0", "dirty-chai": "^2.0.1", "json-loader": "^0.5.4", + "make-promises-safe": "^1.1.0", "mocha": "^4.0.1", "npm-run-all": "^4.1.2", "nyc": "^11.0.1", @@ -75,9 +76,9 @@ "typescript": "2.7.1" }, "dependencies": { - "@0xproject/contract-wrappers": "^0.0.1", "@0xproject/assert": "^0.2.9", "@0xproject/base-contract": "^0.3.1", + "@0xproject/contract-wrappers": "^0.0.1", "@0xproject/fill-scenarios": "^0.0.1", "@0xproject/json-schemas": "^0.7.23", "@0xproject/order-utils": "^0.0.4", -- cgit