-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preserve-symlinks option not supported with ng test #7081
Comments
Yeah I agree it should be available there. |
Awesome @filipesilva, will this be in 1.4.2? |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.3.0-beta.1
node: 8.2.0
os: darwin x64
Repro steps.
ng build/serve command do support --preserve-symlinks option, while ng test does not:
Desired functionality.
I think it'd make sense to support symlinked modules in the test command too.
The test command does not include common build options, while serve does:
https://github.com/angular/angular-cli/blob/master/packages/@angular/cli/commands/serve.ts#L33
Not sure if that's intentional for some reason or by mistake.
The text was updated successfully, but these errors were encountered: