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
Similar to #2839, it would be good for Google Cloud libraries to not use deprecated Node.js APIs. Deprecation messages printed to the console, however, can be easy to miss.
We should run tests with --throw-deprecations to ensure that use of deprecated APIs is caught by tests.
Should we run all of our tests with this turned on, or just the system-tests and samples tests? I ask because we have unit tests that verify the warning behavior for deprecated APIs :)
Similar to #2839, it would be good for Google Cloud libraries to not use deprecated Node.js APIs. Deprecation messages printed to the console, however, can be easy to miss.
We should run tests with
--throw-deprecations
to ensure that use of deprecated APIs is caught by tests.The same deprecation mechanism would work for our own deprecations, e.g. googleapis/google-auth-library-nodejs#402.
The text was updated successfully, but these errors were encountered: