We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da9b1e commit 27657a1Copy full SHA for 27657a1
1 file changed
jest.config.js
@@ -15,7 +15,12 @@ const config = {
15
testEnvironment: 'jsdom',
16
testMatch: ['<rootDir>/__tests__/**/*.test.ts?(x)'],
17
transform: {
18
- '\\.tsx?$': 'ts-jest',
+ '\\.tsx?$': [
19
+ 'ts-jest',
20
+ {
21
+ diagnostics: { ignoreCodes: ['TS151001'] },
22
+ },
23
+ ],
24
'\\.asm$': '<rootDir>/__tests__/rawTransformer.js',
25
},
26
}
0 commit comments