diff --git a/jest.config.js b/jest.config.js index b849639..fd97e8a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -41,7 +41,7 @@ const config = { globalSetup: '/jest.setup.ts', globalTeardown: '/jest.teardown.ts', testTimeout: timeout, - reporters: ['/jest.reporter.js'], + reporters: ['/jest.reporter.js', 'summary'], }; export default config;