Skip to content

Commit

Permalink
use default reporter to maybe get more info from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 22, 2020
1 parent 2c0aa7c commit d614c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ci.js
Expand Up @@ -15,6 +15,6 @@ module.exports = {
'jest-junit',
{outputDirectory: 'reports/junit', outputName: 'js-test-results.xml'},
],
['jest-silent-reporter', {useDots: true}],
'default',
],
};

0 comments on commit d614c6f

Please sign in to comment.