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
With all the underlying packages moving to ESM, I will have to do the same at some point.
Jest still do not understands ESM in its configuration files. Having two different systems in the same codebase is going to be a pain, so maybe I should wait until Jest is fully ESM compliant.
The package.json type field is what enables esmodules (we don't want to do .mjs), and luckily the nearest package.json file is used, so during the transition we can just write {type: "module"} files where necessary.
With all the underlying packages moving to ESM, I will have to do the same at some point.
The text was updated successfully, but these errors were encountered: