Skip to content

Commit

Permalink
test: up vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 13, 2024
1 parent 0493acb commit 5c1989d
Show file tree
Hide file tree
Showing 3 changed files with 3,954 additions and 3,543 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"test:types": "tsc --build tsconfig.json",
"test:unit": "vitest --coverage",
"firebase:emulators": "firebase emulators:start",
"test:dev": "vitest",
"test:dev": "vitest --ui",
"test": "pnpm run lint && pnpm run test:types && pnpm run build && pnpm run -C packages/nuxt build && pnpm run test:unit run",
"prepare": "simple-git-hooks"
},
Expand Down Expand Up @@ -90,9 +90,10 @@
}
},
"devDependencies": {
"@vitest/coverage-v8": "^1.3.1",
"@vitest/coverage-v8": "^2.0.2",
"@vitest/ui": "^2.0.2",
"@vue/runtime-core": "^3.4.19",
"@vue/test-utils": "^2.4.4",
"@vue/test-utils": "^2.4.6",
"chalk": "^5.3.0",
"consola": "^3.2.3",
"conventional-changelog-cli": "^2.0.34",
Expand All @@ -102,7 +103,7 @@
"firebase-admin": "^12.0.0",
"focus-visible": "^5.2.0",
"globby": "^14.0.0",
"happy-dom": "^13.4.1",
"happy-dom": "^14.12.3",
"lint-staged": "^15.2.2",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
Expand All @@ -114,7 +115,7 @@
"typescript": "~5.3.3",
"unbuild": "^2.0.0",
"vitepress": "1.0.0-rc.44",
"vitest": "^1.3.1",
"vitest": "^2.0.2",
"vue": "^3.4.19"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 5c1989d

Please sign in to comment.