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.
1 parent a701c41 commit b53b952Copy full SHA for b53b952
package.json
@@ -22,7 +22,7 @@
22
"prettier": "prettier --check . --cache",
23
"test": "yarn lint && yarn tsc && yarn prettier && yarn unit",
24
"tsc": "tsc --noEmit",
25
- "unit": "vitest run"
+ "unit": "vitest"
26
},
27
"keywords": [
28
"calendar",
vitest.config.ts
@@ -7,5 +7,6 @@ export default defineConfig({
7
8
environment: 'jsdom',
9
setupFiles: 'vitest.setup.ts',
10
+ watch: false,
11
12
});
0 commit comments