-
Notifications
You must be signed in to change notification settings - Fork 12k
Karma Tests run with --watch=true by default #980
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
The README is the one wrong, the behaviour changed some time ago. I'll put up a PR with updated info. |
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Jun 2, 2016
hansl
pushed a commit
that referenced
this issue
Jun 2, 2016
devCrossNet
pushed a commit
to devCrossNet/universal-cli
that referenced
this issue
Jun 9, 2016
devCrossNet
pushed a commit
to devCrossNet/universal-cli
that referenced
this issue
Jun 9, 2016
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.
ng test
ng test
will only run the tests once and you need to use--watch
to enable watch mode. Currently, this is not the case and you need to use--watch=false
https://github.com/angular/angular-cli#running-unit-testshttps://github.com/angular/angular-cli/blob/master/addon/ng2/commands/test.js#L14
What is the intended use? I will be glad to put a PR in for either updating the
README.md
or to update theng test
command.The text was updated successfully, but these errors were encountered: