Skip to content

Commit 5c1989d

Browse files
committed
test: up vitest
1 parent 0493acb commit 5c1989d

File tree

3 files changed

+3954
-3543
lines changed

3 files changed

+3954
-3543
lines changed

Diff for: package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"test:types": "tsc --build tsconfig.json",
5757
"test:unit": "vitest --coverage",
5858
"firebase:emulators": "firebase emulators:start",
59-
"test:dev": "vitest",
59+
"test:dev": "vitest --ui",
6060
"test": "pnpm run lint && pnpm run test:types && pnpm run build && pnpm run -C packages/nuxt build && pnpm run test:unit run",
6161
"prepare": "simple-git-hooks"
6262
},
@@ -90,9 +90,10 @@
9090
}
9191
},
9292
"devDependencies": {
93-
"@vitest/coverage-v8": "^1.3.1",
93+
"@vitest/coverage-v8": "^2.0.2",
94+
"@vitest/ui": "^2.0.2",
9495
"@vue/runtime-core": "^3.4.19",
95-
"@vue/test-utils": "^2.4.4",
96+
"@vue/test-utils": "^2.4.6",
9697
"chalk": "^5.3.0",
9798
"consola": "^3.2.3",
9899
"conventional-changelog-cli": "^2.0.34",
@@ -102,7 +103,7 @@
102103
"firebase-admin": "^12.0.0",
103104
"focus-visible": "^5.2.0",
104105
"globby": "^14.0.0",
105-
"happy-dom": "^13.4.1",
106+
"happy-dom": "^14.12.3",
106107
"lint-staged": "^15.2.2",
107108
"minimist": "^1.2.8",
108109
"p-series": "^3.0.0",
@@ -114,7 +115,7 @@
114115
"typescript": "~5.3.3",
115116
"unbuild": "^2.0.0",
116117
"vitepress": "1.0.0-rc.44",
117-
"vitest": "^1.3.1",
118+
"vitest": "^2.0.2",
118119
"vue": "^3.4.19"
119120
},
120121
"simple-git-hooks": {

0 commit comments

Comments
 (0)