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(jest): allow mixin jest env for unit testing #3598

Merged
merged 1 commit into from
Jun 25, 2022
Merged

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Jun 25, 2022

Allow mixinJestEnvironment to be used under normal unit testing without Stryker.

This way was already documented, but broke in v6 release:
https://stryker-mutator.io/docs/stryker-js/jest-runner/#coverage-reporting

Fixes #3584

Allow `mixinJestEnvironment` to be used under normal unit testing without Stryker.

This way was already documented, but broke in v6 release:
https://stryker-mutator.io/docs/stryker-js/jest-runner/#coverage-reporting
@nicojs nicojs enabled auto-merge (squash) June 25, 2022 20:18
@nicojs nicojs merged commit da8a720 into master Jun 25, 2022
@nicojs nicojs deleted the fix/jest-mixin branch June 25, 2022 20:50
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.

Using the mixinJestEnvironment mixin results in failing jest tests during normal unit testing
1 participant