Hi all,
I’m working through the js track but when I run my tests I’m getting the “errorReferenceError: describe is not defined”.
I’ve run npm install, and re-installed jest but still getting this error. I’ve also tried changing the babel.config file extension to .cjs as recommended on stack overflow. None of this has worked.
Any suggestions?