Skip to content

Commit 3faa833

Browse files
committed
ci: would not be collecting coverage from jsx files in dist
1 parent 11a6dbd commit 3faa833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const config = {
6464
collectCoverage: false,
6565
coverageProvider: 'v8',
6666
coverageDirectory: '<rootDir>/tmp/coverage',
67-
collectCoverageFrom: ['<rootDir>/dist/**/*.{js,mjs,cjs,jsx}'],
67+
collectCoverageFrom: ['<rootDir>/dist/**/*.{js,mjs,cjs}'],
6868
coverageReporters: ['text', 'cobertura'],
6969
globals,
7070
// Global setup script executed once before all test files

0 commit comments

Comments
 (0)