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
refactor(@angular/build): make runner optional in unit-test builder
The `runner` option in the `unit-test` builder is now optional to streamline the user configuration.
If the `runner` option is not provided, the builder now defaults to using the `vitest` value.
The builder's schema has been updated to reflect this change by removing `runner` from the required properties and updating its entry to document the new default behavior.
0 commit comments