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
{{ message }}
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
Badly, currently jest doesn't support very well ESM imports, we should wait until it is correctly supported.
See: jestjs/jest#11167 and jestjs/jest#10025
Note: It is a BREAKING CHANGE.
The text was updated successfully, but these errors were encountered:
Proposal
We should use ESM imports instead of CommonJS.
See: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
Blocked by microsoft/TypeScript#33079.
Badly, currently
jest
doesn't support very well ESM imports, we should wait until it is correctly supported.See: jestjs/jest#11167 and jestjs/jest#10025
Note: It is a BREAKING CHANGE.
The text was updated successfully, but these errors were encountered: