Skip to content

Commit

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

0 comments on commit 1163402

Please sign in to comment.