mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
To reduce duplicate code within tests for rebuild/watch scenarios, a new helper has been added to the builder test harness. This helper allows passing in an array of test case functions that are executed in order per rebuild. The development server's watch option tests have been updated to use the new helper.