Skip to content

Commit

Permalink
fix: actually fail on console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdh committed Mar 1, 2023
1 parent 13a962f commit 0d68906
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import failOnConsole from 'jest-fail-on-console'

failOnConsole({
shouldFailOnWarn: false,
});
failOnConsole();

0 comments on commit 0d68906

Please sign in to comment.