Skip to content

Instantly share code, notes, and snippets.

@ChrisMissal
Created December 9, 2009 21:35
Show Gist options
  • Save ChrisMissal/252845 to your computer and use it in GitHub Desktop.
Save ChrisMissal/252845 to your computer and use it in GitHub Desktop.
I can't tell if this is ok, or could have some ugly consequences.
module("Some Module Name", {
setup: function() {
$("body").children(":not('.qunit-element')").remove();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment