I believe the answer here is the answer to your question.
TL;DR;:
add the following to your .eslintrc
file:
"env": {
"jest": true
}
I believe the answer here is the answer to your question.
TL;DR;:
add the following to your .eslintrc
file:
"env": {
"jest": true
}