Charles Lyding bb802d14eb refactor(@angular-devkit/build-angular): only write test related files in Jest builder
With the structured build results available, the Jest builder can now more
easily write only the needed files to a temporary location. This reduces
the need to assume build directory output structure and reduces the amount
of potential filesystem calls. The temporary files are also now written
into a UUID subdirectory within the existing `dist/test-out` location.
This allows for multiple projects to be tested concurrently without
overwriting each other.
2024-08-05 13:46:42 -04:00
..