SyntaxFix
Write A Post
Hire A Developer
Questions
some of the answers assume you have 'eslint-plugin-jest' installed, however without needing to do that, you can simply do this in your .eslintrc file, add:
.eslintrc
"globals": { "jest": true, }