aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7c5ff8b7a..b4832fefc 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"build:es6": "tsc -m es6 --outDir lib-esm",
"build": "npm run clean && run-p build:*",
"lint": "tslint src/ts/**/*",
- "test": "mocha -r ts-node/register test/**/*"
+ "test": "run-s clean build:commonjs && mocha lib/test/**/*.js"
},
"repository": {
"type": "git",