-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
e2e: typings are invalid for e2e tsconfig #630
Comments
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 4, 2016
* Removes static typings and uses the typings manager * Fixes duplicate identifier issue of Typescript temporary - See microsoft/TypeScript#8737 Fixes angular#630.
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 4, 2016
* Removes static typings and uses the typings manager * Fixes duplicate identifier issue of Typescript temporary - See microsoft/TypeScript#8737 Fixes angular#630.
devversion
added a commit
to devversion/material2
that referenced
this issue
Jun 4, 2016
* Removes static typings and uses the typings manager * Fixes duplicate identifier issue of Typescript temporary - See microsoft/TypeScript#8737 Fixes angular#630.
Fixed with SHA a68597e |
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.
It seems like the e2e are always failing locally and on the CI, because of some incorrect typings.
See for example, CI job: https://travis-ci.org/angular/material2/jobs/135156835
Those typings are quite outdated and hard-copied into the repository. We should better install the typings from the
typings manager
As a temporary fix, we can remove the node typings from the e2e typings. (those aren't used yet)
Once we upgrade typescript we can re-introduce the node typings again.
The text was updated successfully, but these errors were encountered: