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
Do you want to request a feature or report a bug? bug What is the current behavior?
Using Restify in jest tests causes a system level error If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can yarn install and yarn test. https://github.com/CNDW/mock-couch-jest What is the expected behavior?
the tests should run without error Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
I'm running into this issue trying to use the mock-couch package to built api tests on top of couchdb. I've reproduced the problem on a simplified repo. I have tested this on node v8.7.0 and v6.9.5 with the same result
The repo will produce the following error
Cannot find module '_http_common' from 'stream.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:191:17)
at Object.<anonymous> (node_modules/spdy/lib/spdy/stream.js:13:20)
mock-couch is built using restify so I believe the error is the same one outlined in #977
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Using Restify in jest tests causes a system level error
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can
yarn install
andyarn test
.https://github.com/CNDW/mock-couch-jest
What is the expected behavior?
the tests should run without error
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
I'm running into this issue trying to use the
mock-couch
package to built api tests on top of couchdb. I've reproduced the problem on a simplified repo. I have tested this on node v8.7.0 and v6.9.5 with the same resultThe repo will produce the following error
mock-couch
is built usingrestify
so I believe the error is the same one outlined in #977The text was updated successfully, but these errors were encountered: