mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Tests: Remove QUnit start hook
Conflicts: test/data/testrunner.js
This commit is contained in:
parent
6c41d16b4e
commit
270a1ebd8d
@ -1,8 +1,7 @@
|
||||
define(function() {
|
||||
|
||||
// Allow subprojects to test against their own fixtures
|
||||
var oldStart = window.start,
|
||||
qunitModule = QUnit.module,
|
||||
var qunitModule = QUnit.module,
|
||||
qunitTest = QUnit.test,
|
||||
// Store the old counts so that we only assert on tests that have actually leaked,
|
||||
// instead of asserting every time a test has leaked sometime in the past
|
||||
@ -31,11 +30,6 @@ QUnit.config.requireExpects = true;
|
||||
* QUnit hooks
|
||||
*/
|
||||
|
||||
// Sandbox start for great justice
|
||||
window.start = function() {
|
||||
oldStart();
|
||||
};
|
||||
|
||||
function keys(o) {
|
||||
var ret, key;
|
||||
if ( Object.keys ) {
|
||||
|
Loading…
Reference in New Issue
Block a user