Skip to content

Commit 795e7bd

Browse files
authored
Update package.json
1 parent 4dbaf8e commit 795e7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
1515
"format": "prettier --write --cache .",
1616
"lint": "prettier --check . && eslint .",
17-
"test": "TZ=EST vitest run",
18-
"test:ui": "TZ=EST vitest --ui",
17+
"test:unit": "TZ=EST vitest run",
18+
"test:unit-ui": "TZ=EST vitest --ui",
1919
"test:watch": "TZ=EST vitest watch",
2020
"e2e": "playwright test",
2121
"e2e:ui": "playwright test --ui"

0 commit comments

Comments
 (0)