diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2013-07-10 12:00:26 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-07-10 12:01:20 -0400 |
commit | 40d488137384343532eb8d7639672adf1d97926d (patch) | |
tree | d1fed5748aa19bc9ae342f623f15aff522c88508 /test/index.html | |
parent | d355140e271644c6488a63129f9b187c27246f32 (diff) | |
download | jquery-40d488137384343532eb8d7639672adf1d97926d.tar.gz jquery-40d488137384343532eb8d7639672adf1d97926d.zip |
Include Sizzle and Qunit with bower. Fixes #14118.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 6 |
1 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> |