aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2016-02-10 13:47:25 -0800
committerTimmy Willison <timmywillisn@gmail.com>2016-02-10 13:47:25 -0800
commit5943f1d7ffef41cc1a99bffe189f6d111fbccfd0 (patch)
treea5ebe5ff957bbedc447e27178b931b30a86a1057 /test
parentc7431c7793f7605250807f91bee7c9ddcbaeb91b (diff)
downloadjquery-5943f1d7ffef41cc1a99bffe189f6d111fbccfd0.tar.gz
jquery-5943f1d7ffef41cc1a99bffe189f6d111fbccfd0.zip
Build: use hard-coded path to sizzle in selector-sizzle
Fixes gh-2898
Diffstat (limited to 'test')
-rw-r--r--test/jquery.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/jquery.js b/test/jquery.js
index 233e696d9..8119d3fc0 100644
--- a/test/jquery.js
+++ b/test/jquery.js
@@ -18,10 +18,7 @@
// This detection allows AMD tests to be run in an iframe
if ( QUnit.urlParams.amd && window.QUnit ) {
require.config( {
- baseUrl: path,
- paths: {
- sizzle: "external/sizzle/dist/sizzle"
- }
+ baseUrl: path
} );
src = "src/jquery";