-
Notifications
You must be signed in to change notification settings - Fork 49.9k
Description
When running the tests in the React repository, I noticed that two tests are failing without any changes being made to the codebase. The failing tests are:
ReactClassEquivalence › tests the same thing for es6 classes and CoffeeScript
ReactClassEquivalence › tests the same thing for es6 classes and TypeScript
Both tests are failing with the following error message:

I have reproduced the issue on my local machine by following the instructions in the React repository's README file. The issue persists even after running yarn clean and yarn commands.
I am using the following environment:
Operating system: Windows 10
Node version: 18.12.1
Yarn version: 1.22.19
React version: 18.2.0
I could not find any existing issue in the React repository's issue tracker related to this issue.
Please let me know if you need any additional information from my side to investigate and resolve this issue.
Thank you.