We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e21b3 commit b230b75Copy full SHA for b230b75
jest.config.ci.js
@@ -12,6 +12,6 @@ module.exports = Object.assign({}, require('./jest.config'), {
12
coverageReporters: ['json'],
13
reporters: [
14
['jest-junit', {output: 'reports/junit/js-test-results.xml'}],
15
- ['jest-silent-reporter', {useDots: true}],
+ 'default',
16
],
17
});
0 commit comments