Error in test suite of bluebird consumer
See original GitHub issueHello!
We use bluebird in our repository and we have just started getting this issue with our test suite:
npm test
> NODE_ENV='test' mocha $(find . -type d -name '__tests__' -not -path '*/node_modules/*') --opts .mocha.opts
Warning: require('react/addons') is deprecated. Access using require('react-addons-{addon}') instead.
/home/ubuntu/wrench/node_modules/bluebird/js/release/debuggability.js:673
var firstStackLines = firstLineError.stack.split("\n");
^
NetworkError:
npm ERR! Test failed. See above for more details.
npm test returned exit code 1
Do you think that this is an issue with bluebird? A package we are using that is using bluebird?
Figured I would open this just because it specifically references this project 😃
Thank you for this project!
Issue Analytics
- State:
- Created 7 years ago
- Comments:5
Top Results From Across the Web
Strange behaviour with error reporting using mocha and ...
We created some tests today that were using promisified code. We observed strange behaviour when some assertions were failing. The error ...
Read more >Dispute a Transaction - Bluebird
If you feel that an unauthorized transfer was made to or from your Bluebird Account or suspect any other fraudulent activity, contact us!...
Read more >EF501/ EF501R - Bluebird
Icon. Description. Indicates that GPS is in on. Indicates that your device is searching for location data. Indicates that the alarm is set....
Read more >Bluebird v2.9.27 API Reference
The error argument will be null in case of success. Returns back this promise instead of creating a new one. If the callback...
Read more >Bluebird promise: How to avoid the runaway promise warning ...
allowing other consumers of doBackgroundJob to possibly use the ... Even if it already does all error-handling and guarantees to only ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@michaelghinrichs Can you provide a reproduction case? If it’s a bug in graceful-fs, I’d like to fix it asap.
@michaelghinrichs The fastest would probably be to add me as a collaborator on the repo temporarily, if that’s possible. It’s very hard to debug without seeing the code in action and being able to poke at it.