googleapis / google-auth-library-nodejs

🔑 Google Auth Library for Node.js
Apache License 2.0
1.71k stars 374 forks source link

test: Log Error On Error #1760

Closed danielbankhead closed 7 months ago

danielbankhead commented 7 months ago

Today, it is difficult to debug flaky tests like:

This change will log the entire error, if there's an error.

🦕