Skip to content

Commit d2ff007

Browse files
committed
chore: run with default reporter to debug ci
1 parent 3a450de commit d2ff007

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
@@ -7,6 +7,6 @@ module.exports = Object.assign({}, require('./jest.config'), {
77
coverageReporters: ['json'],
88
reporters: [
99
['jest-junit', {output: 'reports/junit/js-test-results.xml'}],
10-
['jest-silent-reporter', {useDots: true}],
10+
'default',
1111
],
1212
});

0 commit comments

Comments
 (0)