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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: