Skip to content

Commit

Permalink
add default worker for more output
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 29, 2019
1 parent 832fe47 commit 271e493
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 271e493

Please sign in to comment.