-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 from jest to uvu #6915
switch from jest to uvu #6915
Conversation
How about AVA? |
ava:
While I like ava's output format much better, uvu is still considerably faster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really awesome! 🎉
I have taken the liberty of committing to delete jest-diff dependency. Check it and if you see all ok, feel free to merge @sachinraja
I also looked into replacing We could try using https://www.npmjs.com/package/fake-diff instead. |
Yes, it looks better! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thank you @sachinraja
uvu
is faster and way smaller thanjest
and its dependencies (~1 MB vs ~40 MB).jest:
uvu:
uvu is much faster than jest. This also improves GH Actions/CI times.