Skip to content

Commit 0289f99

Browse files
committed
Moved node-qunit into it's own module package.
1 parent a87c002 commit 0289f99

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ <h2 id="qunit-userAgent"></h2>
2828
<script src="http://code.jquery.com/qunit/git/qunit.js"></script>
2929
<script src="test.js"></script>
3030
</body>
31-
</html>
31+
</html>

test/node-qunit.js

Lines changed: 0 additions & 66 deletions
This file was deleted.

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
if (!$.module) {
2727
// Node.js QUnit compatible Testrunner:
28-
nodeQunit = require('./node-qunit');
28+
nodeQunit = require('node-qunit');
2929
$.module = nodeQunit.module;
3030
$.test = nodeQunit.test;
3131
$.strictEqual = nodeQunit.assert.strictEqual;

0 commit comments

Comments
 (0)