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 fdaade4 commit 40be8c6Copy full SHA for 40be8c6
jest.config.js
@@ -3,6 +3,7 @@ module.exports = {
3
'node_modules'
4
],
5
collectCoverage: true,
6
+ coverageDirectory: './coverage',
7
coverageReporters: [
8
'html',
9
'text-summary'
0 commit comments