Skip to content
New issue

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

Added unpipe as a noop to request #30

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Conversation

ErisDS
Copy link
Collaborator

@ErisDS ErisDS commented Jan 27, 2022

closes #29

  • this adds a new type of test showing what happens when req and res are used in conjunction with express
  • added a noop for unpipe, which fixes the broken test

closes antongolub#29

- this adds a new type of test showing what happens when req and res are used in conjunction with express
- added a noop for unpipe, which fixes the broken test
@antongolub
Copy link
Owner

antongolub commented Jan 27, 2022

Reasonable. Thanks for the improvement.
The tests are completely fine now, my CI script sucks, so we still get an error.

@antongolub antongolub merged commit 2326dce into antongolub:master Jan 27, 2022
antongolub pushed a commit that referenced this pull request Jan 27, 2022
## [1.6.6](v1.6.5...v1.6.6) (2022-01-27)

### Bug Fixes

* added unpipe as a noop to request ([#30](#30)) ([2326dce](2326dce))
@antongolub
Copy link
Owner

🎉 This PR is included in version 1.6.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ErisDS
Copy link
Collaborator Author

ErisDS commented Jan 28, 2022

Thanks! Following your instructions in the other PR I got everything working locally.

Think I wasn’t clear but the first test in this PR breaks without the noop.

Everything’s working nicely now, thanks 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: Cannot read property 'length' of undefined when no matching route handler
2 participants