Skip to content

Commit 6bda1a6

Browse files
committed
Fix test-runner invocation
1 parent 1912212 commit 6bda1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"pack": "webpack --mode production",
99
"flexible-event": "node dist/flexible-event/main.js",
1010
"header": "node dist/header-validator/main.js",
11-
"test": "node --test dist/",
11+
"test": "node --test dist/**/*.test.js",
1212
"pretty": "prettier . --write",
1313
"pretty:check": "prettier . --check",
1414
"lint": "eslint src"

0 commit comments

Comments
 (0)