Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vitest): explicitly error when browser-mode is enabled (#4243)
- 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