Failing test in CI: caused by Mocha's new unhandledRejection listener #526
Labels
api: clouderrorreporting
Issues related to the googleapis/nodejs-error-reporting API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
error-reporting
"before all" hook for "Should correctly publish an error that is an Error object":
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
Cause: Last week Mocha 15 added a default listener on the unhandledRejection event. See mochajs/mocha/issues/2640
The text was updated successfully, but these errors were encountered: