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

Upgrade to ember-cli-qunit 4.0 and replace ember-dev with ember-qunit… #5371

Merged
merged 5 commits into from Mar 8, 2018

Conversation

bmac
Copy link
Member

@bmac bmac commented Mar 6, 2018

…-assert-helpers

@bmac bmac mentioned this pull request Mar 6, 2018
1 task
Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

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

Overall looks good, I did comment on one oddity inline though...

assert.throws(() => {
run(() => env.store.createRecord('user', { post: {}}));
}, /No model was found for 'post'/);
run(() => {
Copy link
Member

Choose a reason for hiding this comment

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

This change seems somewhat odd

Copy link
Member Author

Choose a reason for hiding this comment

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

Indeed, not sure what was going on there. I just moved the runloop back inside the expectAssertion and everything passes so I'm going to commit that change.

@rwjblue
Copy link
Member

rwjblue commented Mar 7, 2018

@bmac - looks like I created a merge conflict in yarn.lock, sorry 😢

@bmac bmac merged commit 55dbe2f into emberjs:master Mar 8, 2018
@bmac bmac deleted the ember-qunit-4 branch March 8, 2018 16:19
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