Skip to content

Commit

Permalink
Fix tests for QUnit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed May 14, 2019
1 parent c134c1e commit 33cd0cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"devDependencies": {
"detect-cyclic-packages": "^1.1.0",
"jshint": "^2.9.5",
"qunitjs": "^2.4.0",
"steal": "^2.2.1",
"steal-qunit": "^2.0.0",
"steal-tools": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion test-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (isMochaQUnitUI) {
QUnit.test = test;
module.exports = QUnit;
} else if (isQunit) {
module.exports = require('qunitjs');
module.exports = require('qunit');
} else {
module.exports = require('steal-qunit');
}

0 comments on commit 33cd0cb

Please sign in to comment.