Commit a415a49
committed
fix(@angular/build): improve default coverage reporter handling for vitest
When using the experimental `unit-test` builder with the `vitest` runner,
the default handling for the coverage reporter option has been improved
to avoid a potential upstream failure within Vitest. Vitest can crash
if an explicit `undefined` value is present for the `coverage.reporter`
option.1 parent cbc18b5 commit a415a49
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | 235 | | |
237 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
238 | 241 | | |
239 | 242 | | |
240 | 243 | | |
| |||
0 commit comments