We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbaf8e commit 795e7bdCopy full SHA for 795e7bd
package.json
@@ -14,8 +14,8 @@
14
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
15
"format": "prettier --write --cache .",
16
"lint": "prettier --check . && eslint .",
17
- "test": "TZ=EST vitest run",
18
- "test:ui": "TZ=EST vitest --ui",
+ "test:unit": "TZ=EST vitest run",
+ "test:unit-ui": "TZ=EST vitest --ui",
19
"test:watch": "TZ=EST vitest watch",
20
"e2e": "playwright test",
21
"e2e:ui": "playwright test --ui"
0 commit comments