Skip to content

Commit

Permalink
Generate a JSON coverage file when requested to generate coverage (#2199
Browse files Browse the repository at this point in the history
)
  • Loading branch information
andybalaam authored Feb 24, 2022
1 parent 1d1d59c commit 3d9221f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"<rootDir>/src/**/*.{js,ts}"
],
"coverageReporters": [
"text"
"text",
"json"
]
}
}

0 comments on commit 3d9221f

Please sign in to comment.