Skip to content

Commit

Permalink
chore: test jest performance without diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 26, 2020
1 parent 5b90103 commit 2d07b49
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jest.config.js
Expand Up @@ -2,5 +2,10 @@ module.exports = {
preset: 'ts-jest/presets/js-with-babel',
testEnvironment: 'node',
testRegex: undefined,
testMatch: ['**/*.test.ts?(x)']
testMatch: ['**/*.test.ts?(x)'],
globals: {
'ts-jest': {
diagnostics: false
}
}
};

0 comments on commit 2d07b49

Please sign in to comment.