DestroyAfterEach is a new option that was added in Angular 12.1, and promises to greatly speed up test performance (details here). However, when making this change, I am not noticing any speed difference. I suspect this may be because I'm using Jest, which does not involve a browser.
Is it expected that Jest does not have any speed improvements when applying this option? It's also possible I'm applying the option incorrectly.