diff options
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index 1b5e33a3b..2438d5804 100644 --- a/test/index.html +++ b/test/index.html @@ -8,8 +8,11 @@ <link rel="Stylesheet" media="screen" href="data/testsuite.css" /> <!-- Includes --> - <!-- Allows us to fetch submodule tests when using a no-ajax build --> - <script src="data/jquery-1.9.1.ajax_xhr.min.js"></script> + <!-- + We have to use previous jQuery as helper to ensure testability with + ajax-free builds (and non-interference when changing ajax internals) + --> + <script src="data/jquery-1.9.1.js"></script> <script src="../bower_components/qunit/qunit/qunit.js"></script> <script src="../bower_components/requirejs/require.js"></script> |