Skip to content

Commit 4531d84

Browse files
committed
use default runner
1 parent 29ca99e commit 4531d84

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

jest.config.ci.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ module.exports = {
1515
'jest-junit',
1616
{outputDirectory: 'reports/junit', outputName: 'js-test-results.xml'},
1717
],
18-
[
19-
'jest-silent-reporter',
20-
{showPaths: true, showWarnings: true, useDots: true},
21-
],
18+
'default',
2219
],
2320
};

0 commit comments

Comments
 (0)