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

Stryker init with vue should now use "vitest" #4258

Closed
nicojs opened this issue Jun 3, 2023 · 1 comment · Fixed by #4327
Closed

Stryker init with vue should now use "vitest" #4258

nicojs opened this issue Jun 3, 2023 · 1 comment · Fixed by #4327
Assignees
Labels
🚀 Feature request New feature request
Milestone

Comments

@nicojs
Copy link
Member

nicojs commented Jun 3, 2023

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.

@nicojs nicojs added the 🚀 Feature request New feature request label Jun 3, 2023
@nicojs nicojs added this to the 7.1 milestone Jun 3, 2023
@odinvanderlinden odinvanderlinden self-assigned this Jun 23, 2023
@odinvanderlinden odinvanderlinden linked a pull request Jun 23, 2023 that will close this issue
@nicojs
Copy link
Member Author

nicojs commented Jun 24, 2023

Released in 7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature request New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants