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
I'd like to make it easier to troubleshoot whenever is test is failing because a promise was either rejected instead fulfilled or rejectedWith a different error.
Currently I get errors like that from chai which makes me start a debugger instead of immediately letting me know where the error thrown from
AssertionError: expected promise to be fulfilled but it was rejected with 'RequestError: Cannot read property \'request\' of undefined'
Would appreciate any advice on that.
Thanks!
The text was updated successfully, but these errors were encountered:
blastrock
added a commit
to blastrock/chai-as-promised
that referenced
this issue
Jul 20, 2021
I'd like to make it easier to troubleshoot whenever is test is failing because a promise was either rejected instead fulfilled or rejectedWith a different error.
Currently I get errors like that from chai which makes me start a debugger instead of immediately letting me know where the error thrown from
Would appreciate any advice on that.
Thanks!
The text was updated successfully, but these errors were encountered: