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 b9b1a06 commit bf2df14Copy full SHA for bf2df14
jest.config.js
@@ -7,4 +7,5 @@ module.exports = {
7
'!./**/*.d.ts',
8
'!src/.umi/**/*.ts',
9
],
10
+ coverageReporters: ['json', 'text', 'lcov', 'clover', 'cobertura'],
11
}
0 commit comments