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 additional configuration options. #82

Merged
merged 1 commit into from
Oct 2, 2015

Conversation

nathanhammond
Copy link
Contributor

Closes ember-cli/ember-cli#4586 by providing additional options:

{
  insertContentForTestBody: false,
  useLintTree: false
}

Potentially blocked by ember-cli/ember-cli#4923

Also makes disableContainerStyles require being explicitly set to false. Being undefined means that we should use the default behavior since no settings were changed. This will allow us to remove unnecessary coupling between ember-cli and ember-cli-qunit here.

stefanpenner added a commit that referenced this pull request Oct 2, 2015
Add additional configuration options.
@stefanpenner stefanpenner merged commit 6317f11 into ember-cli:master Oct 2, 2015
@nathanhammond nathanhammond deleted the more-config-options branch October 2, 2015 23:46
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.

2 participants