DEV Community

Discussion on: Improving Angular tests by enabling Angular testing module teardown

Collapse
 
dylanwatsonsoftware profile image
Dylan Watson • Edited

Woah! This was huge. I did this on a project with an average build/test time of 26min (2000 tests).
Doing this allowed us to safely run the tests in parallel and I also ran using esbuild for the non-component tests.

All combined together, the build was brought down to ~12mins (removed 14min!) Crazy! Honestly just crazy.

Thanks so much!