Skip to content

Commit

Permalink
removed unnecessary jest configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Bezerra <[email protected]>
  • Loading branch information
luluiz committed Oct 18, 2024
1 parent 8261284 commit 30f68be
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,5 @@
"<rootDir>/desktop/jest.config.json",
"<rootDir>/packages/*/jest.config.json"
],
"collectCoverage": true,
"coverageReporters": [
"text",
"lcov",
"json",
"xml"
],
"coverageDirectory": "coverage"
}

0 comments on commit 30f68be

Please sign in to comment.