Skip to content

Commit

Permalink
chore: fix coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Nov 27, 2024
1 parent 662fadc commit f687cad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/elements-react/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ export default {
".+\\.(svg|css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$":
"jest-transform-stub",
},
collectCoverageFrom: [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.js",
"src/**/*.jsx",
],
moduleFileExtensions: ["ts", "tsx", "js", "jsx"],
coverageDirectory: "../../coverage/packages/elements-react",
coveragePathIgnorePatterns: ["/node_modules/", "/dist/", ".svg"],
Expand Down

0 comments on commit f687cad

Please sign in to comment.