Skip to content

Commit b0e5b39

Browse files
committed
normal config
1 parent 69714cd commit b0e5b39

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

jest.config.ci.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,4 @@
99

1010
module.exports = {
1111
...require('./jest.config'),
12-
coverageReporters: ['json'],
13-
reporters: [
14-
[
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-
],
22-
],
2312
};

0 commit comments

Comments
 (0)