-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECMA admonitions. #12495 #13296
ECMA admonitions. #12495 #13296
Conversation
@@ -5,6 +5,9 @@ title: ECMAScript Modules | |||
|
|||
:::caution | |||
|
|||
Due to its experimental nature there are many bugs and missing features in Jest's implementation, both known and unknown. You should check out the [tracking issue](https://github.com/facebook/jest/issues/9430) and the [label](https://github.com/facebook/jest/labels/ES%20Modules) on the issue tracker for the latest status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The addition is unnecessary. Everything is already mentioned in this caution
block.
@@ -41,6 +45,12 @@ import.meta.jest.useFakeTimers(); | |||
|
|||
// jest === import.meta.jest => true | |||
``` | |||
:::note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed as well. The recently added Module mocking in ESM section (below) replaced this node.
Should I just close this PR then? @mrazauskas |
Yep. This page was reworked recently as well. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Test plan