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

Fix issues with 1.2.0+ and [email protected].{1,2}. #99

Merged
merged 1 commit into from
Jan 18, 2016

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 18, 2016

[email protected].{1,2} had a bug that caused all legacy test files to be appended in the wrong order. This meant when 1.2.0 was released of ember-cli-qunit things completely broke (because QUnit was expected before it was included in the file). The underlying issue was fixed upstream and released in [email protected] (in ember-cli/ember-cli#5274).

This PR adds support for pulling qunit from bower.json on ember-cli's < 2.2.0-beta.3 and uses NPM on ember-cli's >= 2.2.0-beta.3.

[email protected].{1,2} had a bug that caused all legacy test files
to be appended in the wrong order. This meant when 1.2.0 was released of
ember-cli-qunit things completely broke (because QUnit was expected
before it was included in the file). The underlying issue was fixed upstream and released in
[email protected] (in
ember-cli/ember-cli#5274).

This PR adds support for pulling qunit from `bower.json` on ember-cli's
< 2.2.0-beta.3 and uses NPM on ember-cli's >= 2.2.0-beta.3.
rwjblue added a commit that referenced this pull request Jan 18, 2016
@rwjblue rwjblue merged commit 6545c2b into ember-cli:master Jan 18, 2016
@rwjblue rwjblue deleted the fix-1-2-release branch January 18, 2016 23:11
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.

1 participant