Skip to content

Commit

Permalink
test(vitest): upgrade vitest (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilve1989 authored May 15, 2024
1 parent 3a365ae commit 73ff251
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 578 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@nestjs/testing": "^10.3.8",
"@types/express": "^4.17.21",
"@types/node": "^20.12.12",
"@vitest/coverage-istanbul": "^1.3.1",
"@vitest/ui": "^1.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"ejs-lint": "^2.0.0",
Expand All @@ -77,7 +77,7 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"unplugin-swc": "^1.4.5",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 73ff251

Please sign in to comment.