Fix test:watch script using vitetest instead of vitest

This commit is contained in:
Steven Nguyen
2022-10-17 09:45:04 -07:00
parent 309effa001
commit d8a2e99fb2
+1 -1
View File
@@ -14,7 +14,7 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitetest watch",
"test:watch": "vitest watch",
"e2e": "playwright test tests/e2e"
},
"dependencies": {