mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
dialog: methods test cleanup
This commit is contained in:
parent
1bd910e6d0
commit
b9f59aa4cf
@ -3,7 +3,11 @@
|
||||
*/
|
||||
(function($) {
|
||||
|
||||
module("dialog: methods");
|
||||
module("dialog: methods", {
|
||||
teardown: function() {
|
||||
$("body>.ui-dialog").remove();
|
||||
}
|
||||
});
|
||||
|
||||
test("init", function() {
|
||||
expect(7);
|
||||
|
Loading…
Reference in New Issue
Block a user