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
Jest hasn't been updated more than a year now and it requires all the code base to be converted to commonjs, which is blocking the dependency updates where we can't work around that. There are better alternatives now, like vitest that we can use.
Use Case
We need a more modern testing framework with esm support that would unblock dependency updates.
Feature Request 🛍️
Jest hasn't been updated more than a year now and it requires all the code base to be converted to commonjs, which is blocking the dependency updates where we can't work around that. There are better alternatives now, like vitest that we can use.
Use Case
We need a more modern testing framework with esm support that would unblock dependency updates.
Possible Solution
Vitest
Context
Detailed Description
The text was updated successfully, but these errors were encountered: