Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit e947e98

Browse files
committed
chore: enalbe lcov
1 parent 6e70692 commit e947e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
'!src/test-utils.tsx',
1111
],
1212
coverageDirectory: './coverage/',
13-
// coverageReporters: ['lcov'],
13+
coverageReporters: ['lcov'],
1414
testEnvironment: 'jsdom',
1515
transform: {
1616
'^.+\\.(j|t)sx?$': ['ts-jest', { babelConfig: true }],

0 commit comments

Comments
 (0)