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-22 10:43:02 -0500
commitb536cd561ff1276f7094968aed2f1aa7d70bb5ae (patch)
tree2d2cad1326dc3299e9cd248f85630225df35484a /test
parentd230d51731869827e00202c7850680a5c438e678 (diff)
downloadjquery-b536cd561ff1276f7094968aed2f1aa7d70bb5ae.tar.gz
jquery-b536cd561ff1276f7094968aed2f1aa7d70bb5ae.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";