Skip to content

Commit

Permalink
feat(config/jest): disable diagnostics entirely when using ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolfs committed Feb 27, 2023
1 parent 567aaf9 commit 9a3be51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ const jestConfig = {
require.resolve(transformer),
{
...options,
diagnostics: {
warnOnly: true,
},
diagnostics: false,
},
],
],
Expand Down

0 comments on commit 9a3be51

Please sign in to comment.