File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 11define ( function ( ) {
22
33// Allow subprojects to test against their own fixtures
4- var oldStart = window . start ,
5- qunitModule = QUnit . module ,
4+ var qunitModule = QUnit . module ,
65 qunitTest = QUnit . test ,
76 // Store the old counts so that we only assert on tests that have actually leaked,
87 // instead of asserting every time a test has leaked sometime in the past
@@ -26,15 +25,6 @@ QUnit.config.testTimeout = 2e4; // 20 seconds
2625// Enforce an "expect" argument or expect() call in all test bodies.
2726QUnit . config . requireExpects = true ;
2827
29- /**
30- * QUnit hooks
31- */
32-
33- // Sandbox start for great justice
34- window . start = function ( ) {
35- oldStart ( ) ;
36- } ;
37-
3828/**
3929 * @param {jQuery|HTMLElement|Object|Array } elems Target (or array of targets) for jQuery.data.
4030 * @param {string } key
You can’t perform that action at this time.
0 commit comments