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

Replace Jest with Vitest #479

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Replace Jest with Vitest #479

merged 1 commit into from
Oct 3, 2023

Conversation

nielsvanvelzen
Copy link
Member

Vitest integrates really nicely with Vite projects. The tests now use the same build pipeline as the production builds so differences between Jest/Vite when building code can no longer influence the tests.

Vitest is mostly compatible with Jest so the migration was quite easy.

@nielsvanvelzen nielsvanvelzen marked this pull request as ready for review October 3, 2023 14:23
@nielsvanvelzen nielsvanvelzen merged commit c2ac063 into master Oct 3, 2023
5 checks passed
@nielsvanvelzen nielsvanvelzen deleted the nvv-vitest branch October 3, 2023 14:32
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

Successfully merging this pull request may close these issues.

2 participants