Skip to content

Commit 68bfcfd

Browse files
committed
chore: revert test-spec to single node --test invocation
1 parent 496834e commit 68bfcfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"pre-commit": "npm run autofix && npm test",
3939
"lint": "eslint .",
4040
"autofix": "eslint . --fix",
41-
"test-spec": "for f in test/*spec.js; do timeout 20s node --test \"$f\" || exit 1; done",
41+
"test-spec": "node --test test/*spec.js",
4242
"test-perf": "node test/performance.js"
4343
},
4444
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)