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
alan-agius4
changed the title
Faster tests: Destroy test module after every test by default in v13
Faster tests: Destroy test module after every test by default
Jul 7, 2021
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: angular/angular#42566Closes#21280
🚀 Feature request
Command (mark with an
x
)Description
projects/admin-console/src/test.ts
and updateTestEnvironmentOptions
Describe the solution you'd like
The third argument
{ teardown: { destroyAfterEach: true } }
should be applied by default when creating application/library.Describe alternatives you've considered
N/A
Relevant blog post: What's new in Angular 12.1?
The text was updated successfully, but these errors were encountered: