diff --git a/jest.config.ci.js b/jest.config.ci.js index 9c4d3a3e706a..04422d74f153 100644 --- a/jest.config.ci.js +++ b/jest.config.ci.js @@ -7,6 +7,6 @@ module.exports = Object.assign({}, require('./jest.config'), { coverageReporters: ['json'], reporters: [ ['jest-junit', {output: 'reports/junit/js-test-results.xml'}], - ['jest-silent-reporter', {useDots: true}], + 'default', ], });