We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test:watch
1 parent 8f69f3b commit ae7de6cCopy full SHA for ae7de6c
packages/toolkit/package.json
@@ -101,6 +101,7 @@
101
"format:check": "prettier --list-different \"(src|examples)/**/*.{ts,tsx}\" \"docs/*/**.md\"",
102
"lint": "eslint src examples",
103
"test": "vitest --run",
104
+ "test:watch": "vitest --watch",
105
"type-tests": "yarn tsc -p src/tests/tsconfig.typetests.json && yarn tsc -p src/query/tests/tsconfig.typetests.json",
106
"prepack": "yarn build"
107
},
0 commit comments