Commit f17ed30
committed
fix(@angular/build): treat empty browsers array as undefined in unit-test builder
Ensure that an empty `browsers` array is treated as `undefined` during
the option normalization process. This allows the unit-test builder to
properly fall back to the Node.js/jsdom environment for Vitest, and
allows the Karma runner to use its default configuration.
Closes angular#326521 parent ac065ad commit f17ed30
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments