Skip to content

Commit 55046b9

Browse files
committed
Move qunit to a more-global directory
1 parent f967cde commit 55046b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "utils/test/qunit"]
2-
path = utils/test/qunit
1+
[submodule "test/qunit"]
2+
path = test/qunit
33
url = https://github.com/jquery/qunit.git

test/qunit

Submodule qunit added at 28be475

utils/test/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
</script>
3030

3131
<!-- Include QUnit -->
32-
<link rel="stylesheet" href="qunit/qunit/qunit.css" type="text/css" media="screen">
33-
<script src="qunit/qunit/qunit.js"></script>
32+
<link rel="stylesheet" href="../../test/qunit/qunit/qunit.css" type="text/css" media="screen">
33+
<script src="../../test/qunit/qunit/qunit.js"></script>
3434

3535
<!-- Include utility files and tests. -->
3636
<script src="../math.js"></script>

utils/test/qunit

-1
This file was deleted.

0 commit comments

Comments
 (0)