-
Notifications
You must be signed in to change notification settings - Fork 12k
"ng test" does not bail on type definition errors #3424
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
Comments
Right, we don't check for build errors on test. That's a bug, thanks! Will fix. |
I think this is a duplicate of #2778 , which is incorrectly flagged as "need: repro steps" right now as @huyph here and @fabian-dev in the linked issue have produced a repro sample. |
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. |
OS
Mac OSX - EL Capitan
Versions.
angular-cli: 1.0.0-beta.19-3
node: 6.4.0
os: darwin x64
Repro steps.
AppComponent
and its spec file created by default.app.component.ts
:And add following line anywhere in
app.component.spec.ts
:It will generate an error complaining
Argument of type '"C"' is not assignable to parameter of type '"A" | "B"'.
But the command did not exit.The log given by the failure.
The text was updated successfully, but these errors were encountered: