We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Currently, the Vue initializer uses jest. It was based on vue 2 projects.
jest
https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/src/initializer/custom-initializers/vue-js-initializer.ts#L15-L25
Describe the solution you'd like
We should migrate to vitest. It should work out-of-the-box with vue projects that are created using the guide on their site.
Additional context
We also have 2 vue e2e tests that should be updated in the same PR.
The text was updated successfully, but these errors were encountered:
Released in 7.1
Sorry, something went wrong.
odinvanderlinden
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Currently, the Vue initializer uses
jest
. It was based on vue 2 projects.https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/src/initializer/custom-initializers/vue-js-initializer.ts#L15-L25
Describe the solution you'd like
We should migrate to vitest. It should work out-of-the-box with vue projects that are created using the guide on their site.
Describe alternatives you've considered
Additional context
We also have 2 vue e2e tests that should be updated in the same PR.
The text was updated successfully, but these errors were encountered: