Skip to content

Commit 2d07b49

Browse files
committed
chore: test jest performance without diagnostics
1 parent 5b90103 commit 2d07b49

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jest.config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@ module.exports = {
22
preset: 'ts-jest/presets/js-with-babel',
33
testEnvironment: 'node',
44
testRegex: undefined,
5-
testMatch: ['**/*.test.ts?(x)']
5+
testMatch: ['**/*.test.ts?(x)'],
6+
globals: {
7+
'ts-jest': {
8+
diagnostics: false
9+
}
10+
}
611
};

0 commit comments

Comments
 (0)