Skip to content

Commit 15496ee

Browse files
author
Denis Gursky
authored
Print tests summary (#88)
* failing a few tests * added summary reporter * reverted tests back
1 parent 0f78d0e commit 15496ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config = {
4141
globalSetup: '<rootDir>/jest.setup.ts',
4242
globalTeardown: '<rootDir>/jest.teardown.ts',
4343
testTimeout: timeout,
44-
reporters: ['<rootDir>/jest.reporter.js'],
44+
reporters: ['<rootDir>/jest.reporter.js', 'summary'],
4545
};
4646

4747
export default config;

0 commit comments

Comments
 (0)