-
Notifications
You must be signed in to change notification settings - Fork 12k
Skip tests in AoT compilation process #3216
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
This is fixed in the latest version. Please upgrade! |
Oh, that's true. Thanks. |
I have the same problem with Beta-31 @angular/cli: 1.0.0-beta.31
|
Fixed in #4924 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
OS?
Ubuntu 16.04
Versions.
angular-cli: 1.0.0-beta.19-3
node: 4.6.0
os: linux x64
Repro steps.
Was this an app that wasn't created using the CLI? Yes
The log given by the failure.
Mention any other details that might be useful.
I think it would be great to skip testing with AoT because Angular AoT compiler doesn't detect the test host components module. This class declaration is only configured in TestBed. For this reason AoT causes this exception.
The text was updated successfully, but these errors were encountered: