Skip to content

Commit

Permalink
ajustando config coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fonteeboa committed Dec 18, 2023
1 parent dcd29cf commit 0ecb937
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export default {
collectCoverage: true,
coverageDirectory: "coverage",
coveragePathIgnorePatterns: [
"<rootDir>/src/test/"
"<rootDir>/src/{test, assets, i18n}/",
"<rootDir>/dist/",
"<rootDir>/.github/",
],
moduleNameMapper: {
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/fileTransformer.js',
Expand Down

0 comments on commit 0ecb937

Please sign in to comment.