You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, create-vue creates a project with cypress-ct as the unit testing solution.
Some of the rationales are explained by @yyx990803in 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: