Skip to content

Commit 87e2e59

Browse files
committed
Switch vitest args to allow file filtering by name again
1 parent f2cc82c commit 87e2e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"format": "prettier --write \"(src|examples)/**/*.{ts,tsx}\" \"**/*.md\"",
104104
"format:check": "prettier --list-different \"(src|examples)/**/*.{ts,tsx}\" \"docs/*/**.md\"",
105105
"lint": "eslint src examples",
106-
"test": "vitest --run --typecheck",
106+
"test": "vitest --typecheck --run ",
107107
"test:watch": "vitest --watch",
108108
"type-tests": "yarn tsc -p tsconfig.test.json --noEmit",
109109
"prepack": "yarn build",

0 commit comments

Comments
 (0)