We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this stopped working for us after upgrade to 4.0.0
const response = await request(app).get(path); expect(response.status).toBe(500); expect(response.body).toMatchSnapshot();
now it's throwing an error
Internal Server Error at Test.Object.<anonymous>.Request.callback (node_modules/supertest/node_modules/superagent/lib/node/index.js:804:15) at parser (node_modules/supertest/node_modules/superagent/lib/node/index.js:1036:18) at IncomingMessage.res.on (node_modules/supertest/node_modules/superagent/lib/node/parsers/json.js:19:7)
The text was updated successfully, but these errors were encountered:
Thank you for feedback. 🙏
Please, check the related PR: #558
Sorry, something went wrong.
#558 merged, I close this issue.
Thank you 🙏
No branches or pull requests
this stopped working for us after upgrade to 4.0.0
now it's throwing an error
The text was updated successfully, but these errors were encountered: