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
It would be preferred to import Jest methods such as describe & expect from @jest/globals rather than have them invisibly injected into the global scope.
Jest extensions that we want to use only add their custom types to the global jest types, not to the types imported from @jest/globals. This will need to change before we can switch to imports.
The text was updated successfully, but these errors were encountered:
It would be preferred to import Jest methods such as
describe
&expect
from@jest/globals
rather than have them invisibly injected into the global scope.Blockers:
TypeScript declarations are not working when used with @jest/globals jest-community/jest-extended#674
Jest extensions that we want to use only add their custom types to the global jest types, not to the types imported from
@jest/globals
. This will need to change before we can switch to imports.The text was updated successfully, but these errors were encountered: