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

Jest support #6

Closed
cexbrayat opened this issue Oct 14, 2021 · 1 comment
Closed

Jest support #6

cexbrayat opened this issue Oct 14, 2021 · 1 comment

Comments

@cexbrayat
Copy link
Member

Currently, create-vue creates a project with cypress-ct as the unit testing solution.
Some of the rationales are explained by @yyx990803 in this video

As much as we all love Cypress, Jest is a very popular solution in the unit testing world.

Would it be possible to have the choice to use Jest at the project creation?

That would be a tremendous help to teams who want to migrate existing projects. I understand that Jest + Vite is complicated at the moment, but the issue is already really popular vitejs/vite#1955
Even if we can't leverage Vite with jest, maybe we can offer a simple setup using Jest + @vue/vue3-jest + VTU as the CLI does?

If the team is willing to add Jest support out-of-the-box, I can work on a PR to add this.

@sodatea
Copy link
Member

sodatea commented Jan 19, 2022

Now that we have added Vitest support out of the box, I don't think we are gonna add Jest to this package.
So I'm closing this issue.

@sodatea sodatea closed this as completed Jan 19, 2022
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

No branches or pull requests

2 participants