Skip to content

Commit a403986

Browse files
committed
treat type errors in tests as errors rather than warnings
1 parent 949e90e commit a403986

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = {
1111
globals: {
1212
'ts-jest': {
1313
tsconfig: '<rootDir>/tsconfig.test.json',
14-
diagnostics: false,
1514
},
1615
},
1716
testPathIgnorePatterns: ['<rootDir>/build/', '<rootDir>/node_modules/'],

0 commit comments

Comments
 (0)