Skip to content

Commit

Permalink
Updates Jest coverage config to include TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Jan 25, 2024
1 parent b2e1549 commit ba6e9c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export default {
"^.+\\.ts$": ["ts-jest", { useESM: true }],
},
transformIgnorePatterns: ["/node_modules/(?!svue).+\\.js$"],
collectCoverageFrom: ["./**/*.{js,svelte}"],
collectCoverageFrom: ["./**/*.{js,ts,svelte}"],
coverageReporters: ["html", "text-summary"],
};
4 changes: 0 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba6e9c8

Please sign in to comment.