mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
In version 12.1, the framework added the `destroyAfterEach` an opt-in feature that improves tests performance and also addresses two long-standing issues. The idea, is to have this enabled by default in the future. Related PR: https://github.com/angular/angular/pull/42566 Closes #21280