You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (../node_modules/supertest/lib/test.js:15:20)
at Object.<anonymous> (../node_modules/supertest/index.js:14:14)
When trying to run supertest on my app. through jest --silent
supertest version -> 6.3.1
Hello,
I am getting error
When trying to run supertest on my app. through jest --silent
supertest version -> 6.3.1
Test code
jest config:
Do anyone as any idea on root cause and how to fix ?
The text was updated successfully, but these errors were encountered: