Skip to content

Commit

Permalink
jest: Fix jest config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 19, 2021
1 parent a905573 commit 6c8e7da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"transformIgnorePatterns": [
"<rootDir>/node_modules/?!(.*)"
],
"coverageReporters": [
"lcov",
"json-summary"
],
"collectCoverageFrom": [
"**/*.{tsx,ts}",
"!.kktrc.ts",
Expand Down

0 comments on commit 6c8e7da

Please sign in to comment.