Skip to content

Commit

Permalink
fix coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-light committed Mar 18, 2023
1 parent 00c2eb0 commit df5c569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"preset": "ts-jest",
"coverageDirectory": "<rootDir>/test-coverage",
"coverageReporters": ["json", "html-spa"],
"coverageReporters": ["json", "text"],
"collectCoverageFrom": [
"<rootDir>/src/**/*.{ts,ts}"
"<rootDir>/src/**/*.ts"
],
"coveragePathIgnorePatterns": ["index.ts", "/types"]
}

0 comments on commit df5c569

Please sign in to comment.