🚀 Feature Proposal
Jest has a new package @jest/globals in v25.5.0 which Jest's globals can be explicitly imported.
The introduction of this new package also led to the change of hoisting in babel-jest plugin. We also need to do the similar thing, referencing Jest PR jestjs/jest#9806
Motivation
To make hoisting behavior not different between babel-jest and ts-jest so users won't encounter any issues.
Example
See example in jestjs/jest#9806
🚀 Feature Proposal
Jest has a new package
@jest/globalsin v25.5.0 which Jest's globals can be explicitly imported.The introduction of this new package also led to the change of hoisting in
babel-jestplugin. We also need to do the similar thing, referencing Jest PR jestjs/jest#9806Motivation
To make hoisting behavior not different between
babel-jestandts-jestso users won't encounter any issues.Example
See example in jestjs/jest#9806