Skip to content

Commit

Permalink
use default runner
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Apr 3, 2021
1 parent 29ca99e commit 4531d84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jest.config.ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ module.exports = {
'jest-junit',
{outputDirectory: 'reports/junit', outputName: 'js-test-results.xml'},
],
[
'jest-silent-reporter',
{showPaths: true, showWarnings: true, useDots: true},
],
'default',
],
};

0 comments on commit 4531d84

Please sign in to comment.