diff --git a/jest.config.ci.js b/jest.config.ci.js index 68e16b4300ac..a9b55b187d8e 100644 --- a/jest.config.ci.js +++ b/jest.config.ci.js @@ -9,15 +9,4 @@ module.exports = { ...require('./jest.config'), - coverageReporters: ['json'], - reporters: [ - [ - 'jest-junit', - {outputDirectory: 'reports/junit', outputName: 'js-test-results.xml'}, - ], - [ - 'jest-silent-reporter', - {showPaths: true, showWarnings: true, useDots: true}, - ], - ], };