Skip to content

chore(test): add --single-run option #2841

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

Merged
merged 2 commits into from
Nov 9, 2016

Conversation

filipesilva
Copy link
Contributor

Doing ng test --single-run always worked but outputted a ember-cli warning about a missing option.

This PR allows using the option without warning. It's overall better than --watch=false because it better aligns with Karma's options.

--watch=false still works though.

@@ -2,5 +2,5 @@ import {ng} from '../../utils/process';


export default function() {
return ng('test', '--watch=false');
return ng('test', '--single-run');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we do both here? I want to make sure we don't break --watch=false.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Doing `ng test --single-run` always worked but outputted a ember-cli warning about a missing option.

This PR allows using the option without warning. It's overall better than `--watch=false` because it better aligns with Karma's options.

`--watch=false` still works though.
@hansl
Copy link
Contributor

hansl commented Nov 9, 2016

LGTM.

@hansl hansl merged commit 1e50e51 into angular:master Nov 9, 2016
@filipesilva filipesilva deleted the allow-single-run branch November 9, 2016 10:13
MRHarrison pushed a commit to MRHarrison/angular-cli that referenced this pull request Feb 9, 2017
Doing `ng test --single-run` always worked but outputted a ember-cli warning about a missing option.

This PR allows using the option without warning. It's overall better than `--watch=false` because it better aligns with Karma's options.

`--watch=false` still works though.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants