Skip to content

Commit 5ce8bac

Browse files
committed
use qunit instead of qunitjs
1 parent c1e941e commit 5ce8bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/qunit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (isMochaQUnitUI) {
1818
QUnit.test = test;
1919
module.exports = QUnit;
2020
} else if (isQunit) {
21-
module.exports = require('qunitjs');
21+
module.exports = require('qunit');
2222
} else {
2323
module.exports = require('steal-qunit');
2424
}

0 commit comments

Comments
 (0)