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 0f78d0e commit 15496eeCopy full SHA for 15496ee
jest.config.js
@@ -41,7 +41,7 @@ const config = {
41
globalSetup: '<rootDir>/jest.setup.ts',
42
globalTeardown: '<rootDir>/jest.teardown.ts',
43
testTimeout: timeout,
44
- reporters: ['<rootDir>/jest.reporter.js'],
+ reporters: ['<rootDir>/jest.reporter.js', 'summary'],
45
};
46
47
export default config;
0 commit comments