Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Move qunit to a more-global directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Jul 14, 2011
1 parent f967cde commit 55046b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,3 +1,3 @@
[submodule "utils/test/qunit"]
path = utils/test/qunit
[submodule "test/qunit"]
path = test/qunit
url = https://github.com/jquery/qunit.git
1 change: 1 addition & 0 deletions test/qunit
Submodule qunit added at 28be47
4 changes: 2 additions & 2 deletions utils/test/index.html
Expand Up @@ -29,8 +29,8 @@
</script>

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

<!-- Include utility files and tests. -->
<script src="../math.js"></script>
Expand Down
1 change: 0 additions & 1 deletion utils/test/qunit
Submodule qunit deleted from d4f23f

0 comments on commit 55046b9

Please sign in to comment.