Skip to content

Commit

Permalink
fix: don't panic when running tests in browser mode with the latest V…
Browse files Browse the repository at this point in the history
…itest (#552)

* chore: support v3 beta

* fix: don't panic when running tests in browser mode with the latest Vitest

* fix: check for this.browser
  • Loading branch information
sheremet-va authored Dec 8, 2024
1 parent b8158fa commit fb87a62
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 215 deletions.
6 changes: 3 additions & 3 deletions samples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"birpc": "^0.2.2"
},
"devDependencies": {
"@vitest/browser": "^2.0.5",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/browser": "^2.1.8",
"@vitest/coverage-v8": "^2.1.8",
"playwright": "^1.47.0",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit fb87a62

Please sign in to comment.