diff --git a/jest.config.js b/jest.config.js index 924d6f766..e86307f93 100644 --- a/jest.config.js +++ b/jest.config.js @@ -28,7 +28,7 @@ module.exports = { ], 'coverageDirectory': '/.coverage/', 'coverageReporters': ['html', 'text', 'text-summary', 'cobertura'], - 'reporters': ['jest-junit'], + 'reporters': ['default', 'jest-junit'], 'moduleDirectories': [ '/node_modules', '/app',