Skip to content

Commit 3d9221f

Browse files
authored
Generate a JSON coverage file when requested to generate coverage (#2199)
1 parent 1d1d59c commit 3d9221f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@
113113
"<rootDir>/src/**/*.{js,ts}"
114114
],
115115
"coverageReporters": [
116-
"text"
116+
"text",
117+
"json"
117118
]
118119
}
119120
}

0 commit comments

Comments
 (0)