Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vitest): explicitly error when browser-mode is enabled #4243

Merged
merged 1 commit into from
May 30, 2023

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented May 30, 2023

  • Clearly state that the @stryker-mutator/vitest-runner doesn't support browser mode yet.
  • Opt for task metadata instead of file communication.
  • Set minimal support vitest version to 0.31.2, because of the task metadata support.

Fixes #4218

- 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.
@nicojs nicojs enabled auto-merge (squash) May 30, 2023 19:53
@nicojs nicojs merged commit e70ff30 into master May 30, 2023
@nicojs nicojs deleted the feat/vitest-browser-mode branch May 30, 2023 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support "browser-mode" in the vitest runner
1 participant