Skip to content

Commit

Permalink
test: collect coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 14, 2024
1 parent c81da0b commit b8bcd74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = {
collectCoverage: true,
coverageReporters: ['text', 'cobertura'],
testEnvironment: "jsdom",
setupFilesAfterEnv: ["<rootDir>/test-setup.js"],
testPathIgnorePatterns: ["/node_modules/", "e2e-tests"],
Expand Down

0 comments on commit b8bcd74

Please sign in to comment.