mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
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.