Skip to content

Commit

Permalink
fixed qunit tests not running because the installed version of qunit …
Browse files Browse the repository at this point in the history
…is 2.0, but the tests are written for quint 1.0
  • Loading branch information
poechsel committed Nov 15, 2017
1 parent eb72b4d commit cb96c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/test/svg/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,4 @@ test('toBack: when wrapped in <a>', function() {



})();
})();
2 changes: 1 addition & 1 deletion dev/test/vml/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

module('DOM');

})();
})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-loader": "1.6.1",
"eslint-plugin-promise": "3.3.2",
"eslint-plugin-standard": "2.0.1",
"qunitjs": "2.0.1",
"qunitjs": "^1",
"webpack": "1.13.3"
},
"scripts": {
Expand Down

0 comments on commit cb96c26

Please sign in to comment.