Skip to content

Commit

Permalink
[Tests] ignore node deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 23, 2024
1 parent 9c6f8e6 commit 42d5f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/helpers/_failTestsOnErrors.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const consoleWarn = console.warn;
const consoleError = console.error;

const errorAllowlist = [
/DeprecationWarning: /,
];

function throwError(msg) {
Expand Down

0 comments on commit 42d5f4d

Please sign in to comment.