aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/assert/package.json')
-rw-r--r--packages/assert/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json
index 16e8849a7..da9657c13 100644
--- a/packages/assert/package.json
+++ b/packages/assert/package.json
@@ -12,7 +12,7 @@
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
"clean": "shx rm -rf lib test_temp scripts",
"lint": "tslint --project .",
- "run_mocha": "mocha --require source-map-support/register lib/test/**/*_test.js --exit",
+ "run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --exit",
"prepublishOnly": "run-p build",
"test": "yarn run_mocha",
"rebuild_and_test": "run-s clean build test",