feat(@angular/cli): Add option to preserve symlinks for module resolution in test task#7666
feat(@angular/cli): Add option to preserve symlinks for module resolution in test task#7666trho wants to merge 2 commits intoangular:masterfrom
Conversation
Adds support for —preserveSymlinks parameter in ng test task/command equivalent to the build command parameter added in angular#6460
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
|
Duplicate of #7598. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The PR #6460 added build support for linked packages and peer dependency usage scenarios.
This PR adds equivalent support for tests by adding the preserveSymlinks parameter to the test task and command.