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

Switch to vitest instead of jest #1

Open
loreanvictor opened this issue Sep 13, 2023 · 0 comments
Open

Switch to vitest instead of jest #1

loreanvictor opened this issue Sep 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@loreanvictor
Copy link
Member

jest has a lot of issues with transforming multiple file formats. specifically, importing ESM modules (such as execa, which is useful for CLI tests) alongside typescript modules is problematic.

vitest resolves those issues and works perfectly without as much configuration needed. as a result, it might be a good idea to switch the test runner from jest to vitest.

@loreanvictor loreanvictor added the enhancement New feature or request label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant