Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
use normal reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 20, 2018
1 parent 3ede7a0 commit 493f7ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

// Object spread is just node 8
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 493f7ee

Please sign in to comment.