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): use cwd for communication dir #4217

Merged
merged 1 commit into from
May 23, 2023

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented May 23, 2023

Base the communication directory of the vitest runner on the current working directory (cwd) rather than the node_modules/@stryker-mutator/vitest-runner directory.

Fixes #4214

Base the communication directory of the vitest runner on the current working directory (cwd) rather than the than the `node_modules/@stryker-mutator/vitest-runner` directory.

Fixes #4214
@nicojs nicojs enabled auto-merge (squash) May 23, 2023 20:51
@nicojs nicojs merged commit 736d97c into master May 23, 2023
@nicojs nicojs deleted the fix/vitest-cwd-communication branch May 23, 2023 21:43
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.

Running Stryker with the new vitest-runner in parallel results in shared data (and false results)
1 participant