Skip to content

Commit

Permalink
default reporter for more verbose errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 11, 2019
1 parent 05e4b8a commit e5ea688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ci.js
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 e5ea688

Please sign in to comment.