Skip to content

Commit 3fa2ef1

Browse files
committed
fix: test invocation
1 parent 33b3b21 commit 3fa2ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/isaacscript-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"build": "tsx ./scripts/build.ts",
3838
"lint": "tsx ./scripts/lint.ts",
3939
"start": "tsx ./src/main.ts",
40-
"test": "tsx --test"
40+
"test": "tsx --test \"src/**/*.test.ts\""
4141
},
4242
"dependencies": {
4343
"@commander-js/extra-typings": "14.0.0",

0 commit comments

Comments
 (0)