Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 452 Bytes

TROUBLESHOOTING.md

File metadata and controls

9 lines (8 loc) · 452 Bytes

NodeJS

If you have error like this:

../../../node_modules/@jest/types/build/Config.d.ts:300:38 - error TS2694: Namespace 'NodeJS' has no exported member 'Global'.
300     extraGlobals: Array<keyof NodeJS.Global>;

It is a well known issue with jest in combination with a node types version >= 16: jestjs/jest#11640 (comment)