aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html
index 21e120fcf..0bacc19c3 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="../bower_components/qunit/qunit.css" />
+ <link rel="Stylesheet" media="screen" href="../bower_components/qunit/qunit/qunit.css" />
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
<!-- Includes -->
@@ -13,7 +13,7 @@
<script src="data/testinit.js"></script>
- <script src="../bower_components/qunit/qunit.js"></script>
+ <script src="../bower_components/qunit/qunit/qunit.js"></script>
<script>
(function() {
var src = "../dist/jquery.min.js";