You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/build): support injecting global styles into vitest unit-tests
When using the experimental `unit-test` builder with the `vitest` runner,
the build option's global stylesheet file (output: `styles.css`) will now
be included in the generated `index.html` file used when browser mode is
enabled.
The global stylesheets used are currently limited to the default `styles.css`
output file. If custom named global stylesheets are configured, they will
not currently be injected into the test index HTML file used with browser
testing.
0 commit comments