-
-
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
Allow jest.config.cts #14064
Allow jest.config.cts #14064
Conversation
Ok, tests are failing here Looks like there are some fixtures that need to be created:
And some snapshots need updating:
|
Hi @karlhorky I opened a separate PR here (#14070) with added fixtures and snapshots! Hope you don't mind 🙂 |
This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
The PR #14070 will be the one to watch, closing this one |
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
Allow loading
jest.config.cts
files for ESM projectsThis will avoid the extra
package.json
configuration below to special-casets-node
forjest.config.ts
:Mentioned as part of #13118
Test plan
Opening the PR for feedback first