Using jest in my react app, describe is not defined

I believe the answer here is the answer to your question.

TL;DR;:

add the following to your .eslintrc file:

"env": {
    "jest": true
}