We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87c002 commit 0289f99Copy full SHA for 0289f99
test/index.html
@@ -28,4 +28,4 @@ <h2 id="qunit-userAgent"></h2>
28
<script src="http://code.jquery.com/qunit/git/qunit.js"></script>
29
<script src="test.js"></script>
30
</body>
31
-</html>
+</html>
test/node-qunit.js
test/test.js
@@ -25,7 +25,7 @@
25
26
if (!$.module) {
27
// Node.js QUnit compatible Testrunner:
- nodeQunit = require('./node-qunit');
+ nodeQunit = require('node-qunit');
$.module = nodeQunit.module;
$.test = nodeQunit.test;
$.strictEqual = nodeQunit.assert.strictEqual;
0 commit comments