We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ca99e commit 4531d84Copy full SHA for 4531d84
1 file changed
jest.config.ci.js
@@ -15,9 +15,6 @@ module.exports = {
15
'jest-junit',
16
{outputDirectory: 'reports/junit', outputName: 'js-test-results.xml'},
17
],
18
- [
19
- 'jest-silent-reporter',
20
- {showPaths: true, showWarnings: true, useDots: true},
21
- ],
+ 'default',
22
23
};
0 commit comments