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): enable unit-test builder watch outside CI
When using the experimental `unit-test` builder, the `watch` option will
now default to true when there is an interactive terminal and not on CI.
This more closely aligns with the behavior of the existing `karma` builder
and that of vitest itself. CI is determined by the presence of a truthy
`CI` environment variable.
0 commit comments