Skip to content

Commit

Permalink
fix(vitest): explicitly error when browser-mode is enabled (#4243)
Browse files Browse the repository at this point in the history
- Clearly state that the `@stryker-mutator/vitest-runner` doesn't support browser mode yet.
- Opt for [task metadata](https://vitest.dev/advanced/metadata.html) instead of file communication.
- Set minimal support `vitest` version to `0.31.2`, because of the task metadata support.
  • Loading branch information
nicojs authored May 30, 2023
1 parent 34ef947 commit e70ff30
Show file tree
Hide file tree
Showing 22 changed files with 399 additions and 366 deletions.
134 changes: 67 additions & 67 deletions e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-jest": "29.0.5",
"ts-loader": "9.4.3",
"ts-node": "10.9.1",
"vitest": "0.31.1",
"vitest": "0.31.2",
"typescript": "5.0.4",
"webpack": "5.84.1",
"webpack-cli": "5.1.1"
Expand Down
Loading

0 comments on commit e70ff30

Please sign in to comment.