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
{{ message }}
This repository was archived by the owner on May 17, 2019. It is now read-only.
Some apps use plugin middleware to handle a request and read it as a stream. IE: file uploading.
It would be nice to have an API for this in test utils.
Current behavior
No nice API
Expected behavior
Supernice API
Notes
node-mocks-http package still missing correct inheritance form Readable.
It should be fixed with this commit released. eugef/node-mocks-http@a8c44c0
The text was updated successfully, but these errors were encountered:
Type of issue
Feature
Description
Some apps use plugin middleware to handle a request and read it as a stream. IE: file uploading.
It would be nice to have an API for this in test utils.
Current behavior
No nice API
Expected behavior
Supernice API
Notes
node-mocks-http
package still missing correct inheritance form Readable.It should be fixed with this commit released.
eugef/node-mocks-http@a8c44c0
The text was updated successfully, but these errors were encountered: