1 parent 496834e commit 68bfcfdCopy full SHA for 68bfcfd
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"pre-commit": "npm run autofix && npm test",
39
"lint": "eslint .",
40
"autofix": "eslint . --fix",
41
- "test-spec": "for f in test/*spec.js; do timeout 20s node --test \"$f\" || exit 1; done",
+ "test-spec": "node --test test/*spec.js",
42
"test-perf": "node test/performance.js"
43
},
44
"license": "AGPL-3.0",
0 commit comments