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 3a450de commit d2ff007Copy full SHA for d2ff007
jest.config.ci.js
@@ -7,6 +7,6 @@ module.exports = Object.assign({}, require('./jest.config'), {
7
coverageReporters: ['json'],
8
reporters: [
9
['jest-junit', {output: 'reports/junit/js-test-results.xml'}],
10
- ['jest-silent-reporter', {useDots: true}],
+ 'default',
11
],
12
});
0 commit comments