We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1912212 commit 6bda1a6Copy full SHA for 6bda1a6
ts/package.json
@@ -8,7 +8,7 @@
8
"pack": "webpack --mode production",
9
"flexible-event": "node dist/flexible-event/main.js",
10
"header": "node dist/header-validator/main.js",
11
- "test": "node --test dist/",
+ "test": "node --test dist/**/*.test.js",
12
"pretty": "prettier . --write",
13
"pretty:check": "prettier . --check",
14
"lint": "eslint src"
0 commit comments