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