SIGN IN SIGN UP

feat(@angular/build): add quiet option to suppress build noise in unit tests

The unit-test builder currently triggers a rebuild of the application on each test run in watch mode. This causes the application builder to print a full list of built files on every rebuild, which can be quite noisy and not useful during test development.

This change introduces a `quiet` option to the `@angular/build:unit-test` builder. When enabled, it suppresses the build summary and stats table from the application builder. The option defaults to `true` when running locally to provide a cleaner development experience, and defaults to `false` when running in a CI environment to ensure detailed logs are available for troubleshooting.
C
Charles Lyding committed
0781f74986e773d143b9bdf5d3f0747de0df6b0a
Parent: a4f11c1
Committed by Alan Agius <alan.agius4@gmail.com> on 4/22/2026, 8:04:57 AM