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:43:43 -0400
commit70c9a0a13a56402724590f9450600fabb59e79a8 (patch)
tree850a3f285803b4c42c1d20bf2b03d1c0b3cbd41a /test/index.html
parentcecb52ff5c5c5c6a030b6520dc1e39ec4c6df3d9 (diff)
downloadjquery-70c9a0a13a56402724590f9450600fabb59e79a8.tar.gz
jquery-70c9a0a13a56402724590f9450600fabb59e79a8.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"