Skip to content

Commit 9a3be51

Browse files
committed
feat(config/jest): disable diagnostics entirely when using ts-jest
See: 'https://kulshekhar.github.io/ts-jest/docs/getting-started/options/diagnostics#disablingenabling'
1 parent 567aaf9 commit 9a3be51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/config/jest.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ const jestConfig = {
4444
require.resolve(transformer),
4545
{
4646
...options,
47-
diagnostics: {
48-
warnOnly: true,
49-
},
47+
diagnostics: false,
5048
},
5149
],
5250
],

0 commit comments

Comments
 (0)