Skip to content

Commit

Permalink
Update test coverage configs
Browse files Browse the repository at this point in the history
  • Loading branch information
pahans committed May 21, 2024
1 parent bfd343c commit 1311d94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ const config: Config = {
collectCoverage: true,

// An array of glob patterns indicating a set of files for which coverage information should be collected
// collectCoverageFrom: undefined,
collectCoverageFrom: [
"<rootDir>/src/**/*.{ts,tsx}",
"!<rootDir>/src/components/ui/**/*.{ts,tsx}",
],

// The directory where Jest should output its coverage files
coverageDirectory: "coverage",
Expand Down

0 comments on commit 1311d94

Please sign in to comment.