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
Could you describe the problem in English, pease? Minimal reproduction repo would be also helpful.
Probably this is just a configuration problem. For example, you are transforming tsx?$ with ts-jest and [jt]sx?$ with babel-jest. Transformation result for ts and tsx file might become unpredictable here. If you transform those file with ts-jest, there is no need to pass them to babel-jest. Without a reproduction it is hard to say what your project needs.
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.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
29.4.3
Steps to reproduce
在jest.mock文件中使用到import.meta.glob
Expected behavior
正常运行
Actual behavior
Additional context
jest.config.js
package.json
Environment
The text was updated successfully, but these errors were encountered: