🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
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 ?