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

Ember upgrade #9

Merged
merged 4 commits into from
Apr 9, 2018
Merged

Ember upgrade #9

merged 4 commits into from
Apr 9, 2018

Conversation

sivakumar-kailasam
Copy link
Contributor

• Upgraded to ember 3.x with ember-cli-update
• Removed jQuery usage
• Modified tests to use latest test helper APIs with qunit & qunit-dom.

Resolves #8.

it('pushes changes to the div', function() {
expect($('.spec-announcer').html().trim()).to.equal('Index title has loaded');
test('pushes changes to the div', function(assert) {
assert.dom('.spec-announcer').hasText('Index title has loaded');
Copy link
Member

Choose a reason for hiding this comment

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

Awh, not a fan of rewriting these to qunit, but I don't really maintain this addon anymore 🤷‍♂️

Copy link
Member

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

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

LGTM! 🎉

@sivakumar-kailasam sivakumar-kailasam merged commit 394fcf9 into master Apr 9, 2018
@sivakumar-kailasam sivakumar-kailasam deleted the ember-upgrade branch April 9, 2018 15:20
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