Follow this guide:
https://www.npmjs.com/package/eslint-plugin-jest
Basics is: npm i --save-dev eslint-plugin-jest
Add this to your .eslintrc file:
"plugins": ["jest"]
Then your env property "jest/globals": true should work.
Follow this guide:
https://www.npmjs.com/package/eslint-plugin-jest
Basics is: npm i --save-dev eslint-plugin-jest
Add this to your .eslintrc file:
"plugins": ["jest"]
Then your env property "jest/globals": true should work.