aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-07-10 12:00:26 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-07-10 12:00:26 -0400
commitb13d8229ae25a6c48b1d59a0e592cde154e063f0 (patch)
treee4d67e08ed8ef07467fcbf40e29c7c71244292f1 /test
parentc93f91e33ee25e60683fd05ae0210c9b07f2e2ac (diff)
downloadjquery-b13d8229ae25a6c48b1d59a0e592cde154e063f0.tar.gz
jquery-b13d8229ae25a6c48b1d59a0e592cde154e063f0.zip
Include Sizzle and Qunit with bower. Fixes #14118.
Diffstat (limited to 'test')
-rw-r--r--test/index.html6
m---------test/qunit0
2 files changed, 3 insertions, 3 deletions
diff --git a/test/index.html b/test/index.html
index 282c2e6ff..21e120fcf 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="qunit/qunit/qunit.css" />
+ <link rel="Stylesheet" media="screen" href="../bower_components/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="qunit/qunit/qunit.js"></script>
+ <script src="../bower_components/qunit/qunit.js"></script>
<script>
(function() {
var src = "../dist/jquery.min.js";
@@ -69,7 +69,7 @@
<!-- Subproject tests must be last because they replace our test fixture -->
<script>
- testSubproject( "Sizzle", "../src/sizzle/test/", /^unit\/.*\.js$/ );
+ testSubproject( "Sizzle", "../bower_components/sizzle/test/", /^unit\/.*\.js$/ );
</script>
<script>
diff --git a/test/qunit b/test/qunit
deleted file mode 160000
-Subproject 6ca3721222109997540bd6d9ccd396902e0ad2f