Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #13064: better test fixture cleanup. Close gh-1075.
  • Loading branch information
gibson042 committed Dec 16, 2012
1 parent 06f46da commit 2ea7876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/data/testrunner.js
Expand Up @@ -317,8 +317,8 @@ var Globals = (function() {
};

QUnit.done(function() {
// Remove out own fixtures outside #qunit-fixture
jQuery( "#nothiddendiv, #loadediframe, #dl" ).remove();
// Remove our own fixtures outside #qunit-fixture
jQuery("#qunit ~ *").remove();
});

// jQuery-specific QUnit.reset
Expand Down

0 comments on commit 2ea7876

Please sign in to comment.