Skip to content

Commit 7a6dedc

Browse files
committed
add default reporter for more output
1 parent 17f6fb7 commit 7a6dedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ module.exports = Object.assign({}, require('./jest.config'), {
1212
coverageReporters: ['json'],
1313
reporters: [
1414
['jest-junit', {output: 'reports/junit/js-test-results.xml'}],
15-
['jest-silent-reporter', {useDots: true}],
15+
'default',
1616
],
1717
});

0 commit comments

Comments
 (0)