Skip to content
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

Add --watcher=polling option to Test command. #2296

Merged
merged 1 commit into from
Oct 12, 2014

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Oct 12, 2014

Closes #2099.

],

_Builder: Builder,
_Watcher: Watcher,
Copy link
Contributor

Choose a reason for hiding this comment

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

lets pass these in via the contructor rather then requiring them in this file at all.

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated to set the default values on init.

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated again to remove the leading underscore (as mentioned in another comment).

@rwjblue rwjblue force-pushed the allow-test-server-polling branch 2 times, most recently from 49a02b9 to bc6c490 Compare October 12, 2014 15:23
rwjblue added a commit that referenced this pull request Oct 12, 2014
Add --watcher=polling option to Test command.
@rwjblue rwjblue merged commit 0b38200 into ember-cli:master Oct 12, 2014
@rwjblue rwjblue deleted the allow-test-server-polling branch October 12, 2014 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add --watch polling option to ember test --server
3 participants