-
-
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
[Bug]: Interface 'JestImportMeta' incorrectly extends interface 'ImportMeta' #14097
Comments
remove @types/jest from @repobuddy/jest due to: jestjs/jest#14097 Add `with-t` test case. There was a failure in `async-fp`, but it is working after upgrading to jest 29.5.0 Adding the test case here for reference.
There was a problem with |
This is tested with Here is a repo from the code that I was working on. Run:
|
Got it. This is fixed already in #14008, only not yet released. So all should be working fine with the next version of Jest. |
Let's close, then 👍 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
29.5.0
Steps to reproduce
This is similar to #13199 (comment)
but it reappears on 29.5.0
The error is:
Should be able to repro by installing both
jest
and@types/jest
.Expected behavior
no err
Actual behavior
error
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: