Skip to content

Commit

Permalink
Remove pinning of qunitjs and fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Jul 9, 2017
1 parent 7b704bc commit 0414824
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"ember-transition-helper": "0.0.6",
"eslint-plugin-ember-suave": "^1.0.0",
"liquid-fire": "0.27.3",
"loader.js": "^4.5.1",
"qunitjs": "2.2.1"
"loader.js": "^4.5.1"
},
"dependencies": {
"angular-material-source": "github:angular/material#v1.1.4",
Expand Down
6 changes: 1 addition & 5 deletions tests/integration/components/paper-dialog-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,7 @@ test('click outside should not close dialog by default', function(assert) {
});

test('dialog shouldn\'t swallow click events', function(assert) {
assert.expect(3);

this.$().click(() => {
assert.ok(true, 'click event bubbled up');
});
assert.expect(2);

this.render(hbs`
{{#paper-dialog clickOutsideToClose=true}}
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5624,10 +5624,6 @@ qunit-notifications@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/qunit-notifications/-/qunit-notifications-0.1.1.tgz#3001afc6a6a77dfbd962ccbcddde12dec5286c09"

[email protected]:
version "2.2.1"
resolved "https://registry.yarnpkg.com/qunitjs/-/qunitjs-2.2.1.tgz#76c0c08c9ebc2324267a590eecd2dfc32982d8f8"

qunitjs@^2.0.1:
version "2.4.0"
resolved "https://registry.yarnpkg.com/qunitjs/-/qunitjs-2.4.0.tgz#58f3a81e846687f2e7f637c5bedc9c267f887261"
Expand Down

0 comments on commit 0414824

Please sign in to comment.