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 ember test --server. #474

Merged
merged 1 commit into from
Apr 27, 2014
Merged

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 27, 2014

No description provided.

module.exports = new Command({
aliases: ['test', 't'],

availableOptions: [
{ name: 'config-file', type: String, default: './testem.json' },
{ name: 'config-file', type: String, default: './testem.json' },
{ name: 'server', type: Boolean, default: false},
Copy link
Member

Choose a reason for hiding this comment

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

extra comma?

Copy link
Member Author

Choose a reason for hiding this comment

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

I am unsure if we have an official convention for these sorts of things, but I personally prefer to leave a comma on the last entry in an array so that future changes do not need to change more than one line.

Copy link
Member

Choose a reason for hiding this comment

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

@rjackson I think we don't have any for that, but your argument sounds fair 👍

@abuiles
Copy link
Member

abuiles commented Apr 27, 2014

@rjackson LGTM, thanks!

abuiles added a commit that referenced this pull request Apr 27, 2014
@abuiles abuiles merged commit c10acc7 into ember-cli:master Apr 27, 2014
@abuiles abuiles mentioned this pull request Apr 27, 2014
@rwjblue rwjblue deleted the live-test-server branch July 3, 2014 02:00
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.

None yet

2 participants