Skip to content

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

Merged
bmac merged 5 commits into
warp-drive-data:masterfrom
bmac:ember-qunit-4
Mar 8, 2018
Merged

Upgrade to ember-cli-qunit 4.0 and replace ember-dev with ember-qunit…#5371
bmac merged 5 commits into
warp-drive-data:masterfrom
bmac:ember-qunit-4

Conversation

@bmac

@bmac bmac commented Mar 6, 2018

Copy link
Copy Markdown
Contributor

…-assert-helpers

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

@rwjblue rwjblue left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
Contributor 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

rwjblue commented Mar 7, 2018

Copy link
Copy Markdown
Contributor

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

@bmac
bmac merged commit 55dbe2f into warp-drive-data: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.

2 participants