Skip to content

Commit

Permalink
React package coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbelmar committed Apr 26, 2024
1 parent c1f7ed7 commit 6506ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/an-react/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1'
},
coverageReporters: ['cobertura', 'text'],
coverageReporters: ['cobertura', 'text', 'json'],
collectCoverage: true,
collectCoverageFrom: [
'src/**/*.{ts,tsx}',
Expand Down

0 comments on commit 6506ca2

Please sign in to comment.