-
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
[Bug] Global libraries won't be auto loaded when running ng test #2897
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
type: bug/fix
Comments
That's definitely a bug. We'll look into it. |
filipesilva
added
type: bug/fix
command: test
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
labels
Nov 2, 2016
Closed
I've added this: #3122 |
YonatanKra
added a commit
to YonatanKra/angular-cli
that referenced
this issue
Nov 12, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 13, 2016
Note: renamed and lazy global scripts are not supported. Fix angular#2897
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 13, 2016
Note: renamed and lazy global scripts are not supported. Fix angular#2897
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 21, 2016
Note: renamed and lazy global scripts are not supported. Fix angular#2897
filipesilva
added a commit
that referenced
this issue
Dec 22, 2016
Note: renamed and lazy global scripts are not supported. Fix #2897
MRHarrison
pushed a commit
to MRHarrison/angular-cli
that referenced
this issue
Feb 9, 2017
Note: renamed and lazy global scripts are not supported. Fix angular#2897
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.
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
type: bug/fix
Libraries in apps[0].scripts of the angular-cli.json won't be loaded when running ng test, that makes all test cases failed.
These libraries must included again in files[] of the karma.conf.js.
OS
Versions.
The text was updated successfully, but these errors were encountered: