Skip to content

Commit

Permalink
fix: respect onTestsRerun in Vitest 3
Browse files Browse the repository at this point in the history
Closes #575
  • Loading branch information
sheremet-va committed Jan 23, 2025
1 parent c274bc6 commit d69ab49
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 333 deletions.
6 changes: 3 additions & 3 deletions samples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"birpc": "^0.2.2"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.4.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
"@vitest/coverage-v8": "^3.0.4",
"vite": "^6.0.11",
"vitest": "^3.0.4"
}
}
Loading

0 comments on commit d69ab49

Please sign in to comment.