Fix tests for testswarm

This commit is contained in:
Timmy Willison 2013-08-19 15:01:00 -04:00
parent 42cd19fb8f
commit 493548c099

3
test/jquery.js vendored
View File

@ -4,10 +4,9 @@
/* jshint eqeqeq: false */
var i, len,
// Parent is the current window if not an iframe, which is fine
src = window.location.pathname.split( "test" )[ 0 ],
QUnit = window.QUnit || parent.QUnit,
require = require || parent.require;
require = window.require || parent.require;
// Config parameter to force basic code paths
QUnit.config.urlConfig.push({