Skip to content

Commit

Permalink
Update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 14, 2024
1 parent dca1d2e commit 0d9140b
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 @@ -2,7 +2,7 @@ module.exports = {
collectCoverage: true,
coverageReporters: ['text', 'cobertura'],
collectCoverageFrom: [
'src/**/*.{ts,js}',
'src/**/*',
],
testEnvironment: "jsdom",
setupFilesAfterEnv: ["<rootDir>/test-setup.js"],
Expand Down

0 comments on commit 0d9140b

Please sign in to comment.