Skip to content

Commit

Permalink
jest config for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Dec 6, 2024
1 parent 5a8fde5 commit 15985aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {

// A list of reporter names that Jest uses when writing coverage reports
// coverageReporters: ["lcov"],
coverageReporters: ["text"],
coverageReporters: ["lcov"],

// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
Expand Down

0 comments on commit 15985aa

Please sign in to comment.