Skip to content

Commit 4177a55

Browse files
committed
Fix CI test glob expansion
1 parent 153b65c commit 4177a55

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
@@ -27,7 +27,7 @@
2727
"build": "tsc -p tsconfig.json",
2828
"dev": "tsx src/cli.ts",
2929
"start": "node dist/cli.js",
30-
"test": "node --import tsx --test tests/**/*.test.ts",
30+
"test": "node --import tsx --test tests/*.test.ts",
3131
"lint": "node --import tsx ./scripts/verify-examples.ts --mode=lint",
3232
"schema:examples": "node --import tsx ./scripts/verify-examples.ts --mode=schema",
3333
"verify:examples": "node --import tsx ./scripts/verify-examples.ts --mode=all",

0 commit comments

Comments
 (0)