Skip to content

Commit

Permalink
chore: run with default reporter to debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 9, 2019
1 parent 3a450de commit d2ff007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
});

0 comments on commit d2ff007

Please sign in to comment.