🚀 Feature Proposal
Now, if want to use expect etc, user must import @jest/globals manually in every test file. And, some types in the @types/jest are not correct. So if @jest/globals can define inside types in the global namespace, user can import this package at tsconfig.json types for just tests excluding src.
Motivation
Give users more precise type.
Example
No response
Pitch
Because @jest/globals is maintained by Jest.