We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b3b21 commit 3fa2ef1Copy full SHA for 3fa2ef1
packages/isaacscript-cli/package.json
@@ -37,7 +37,7 @@
37
"build": "tsx ./scripts/build.ts",
38
"lint": "tsx ./scripts/lint.ts",
39
"start": "tsx ./src/main.ts",
40
- "test": "tsx --test"
+ "test": "tsx --test \"src/**/*.test.ts\""
41
},
42
"dependencies": {
43
"@commander-js/extra-typings": "14.0.0",
0 commit comments