aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-06-10 15:32:25 -0400
committerTimmy Willison <timmywillisn@gmail.com>2014-06-24 10:17:50 -0400
commitc5d9d88dce65b89a1d7d12b41ad254d5017a92a8 (patch)
treef50d49e5f1c04248d94414891565da7bb949d5ae /test/index.html
parent8d113104e980179e9eb4d092df0b1ab37cdc6fa5 (diff)
downloadjquery-c5d9d88dce65b89a1d7d12b41ad254d5017a92a8.tar.gz
jquery-c5d9d88dce65b89a1d7d12b41ad254d5017a92a8.zip
Build: Move all external libraries to external directory
Closes gh-1593
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/index.html b/test/index.html
index 2b48be4e1..2c80c9d01 100644
--- a/test/index.html
+++ b/test/index.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>jQuery Test Suite</title>
- <link rel="Stylesheet" media="screen" href="libs/qunit/qunit.css" />
+ <link rel="Stylesheet" media="screen" href="../external/qunit/qunit.css" />
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
<!-- Includes -->
@@ -14,9 +14,9 @@
-->
<script src="data/jquery-1.9.1.js"></script>
- <script src="libs/qunit/qunit.js"></script>
- <script src="libs/require.js"></script>
- <script src="libs/sinon/fake_timers.js"></script>
+ <script src="../external/qunit/qunit.js"></script>
+ <script src="../external/requirejs/require.js"></script>
+ <script src="../external/sinon/fake_timers.js"></script>
<!-- See testinit for the list of tests -->
<script src="data/testinit.js"></script>