aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2013-08-16 09:40:28 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-08-16 09:40:28 -0400
commit723ced40798911347980dfefb6a873359eb0cbcc (patch)
tree4f0eb0da17fe0b0145aee9930d7ab5ef1a5550e5 /test/index.html
parent73158618131bd3b67e0a152000754c0d39b2519e (diff)
downloadjquery-723ced40798911347980dfefb6a873359eb0cbcc.tar.gz
jquery-723ced40798911347980dfefb6a873359eb0cbcc.zip
Fixed pulling in Sizzle subproject when testing with min/dev.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html
index 778dc4dff..013548558 100644
--- a/test/index.html
+++ b/test/index.html
@@ -43,6 +43,12 @@
<script src="jquery.js"></script>
<script>
+
+ // Add Sizzle tests if they not loaded by requirejs
+ if ( window.testSubproject ) {
+ testSubproject( "Sizzle", "../bower_components/sizzle/test/", /^unit\/.*\.js$/ );
+ }
+
// html5shiv, enabling HTML5 elements to be used with jQuery
( "abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup " +
"mark meter nav output progress section summary time video"