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

278 launcher #1

Merged
merged 4 commits into from
Jan 24, 2013
Merged

278 launcher #1

merged 4 commits into from
Jan 24, 2013

Conversation

DavidSouther
Copy link

Normalize the browsers config param so users can either use the original ["Chrome"] style or the new [{name: "Chrome"}] style, and handles passing additional args: in the object.

@@ -98,6 +106,10 @@ var normalizeConfig = function(config) {
log.warn('"reporter" is deprecated, use "reporters" instead');
}

if(config.browsers) {

Choose a reason for hiding this comment

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

Better if(helper.isDefined(config.browsers)

@DavidSouther
Copy link
Author

So, if you pull this in, then rebase (squash) the branch you'll be good to go for testacular#317

animous added a commit that referenced this pull request Jan 24, 2013
@animous animous merged commit aed983c into animous:feature-extend-config-syntax Jan 24, 2013
@animous
Copy link
Owner

animous commented Jan 24, 2013

@DavidSouther thanks for the help! I can squash once I've addressed some of the other comments, just wanted to check whether there is any convention regarding attribution that I should observe. If I understand right, a squash would make it appear as if everything in the commit was my doing and I don't want to step on any toes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants