Update unit tests with a leak detection mechanism for the various jQuery globals...
[jquery.git] / test / unit / attributes.js
index 04f1684..c58111d 100644 (file)
@@ -1,4 +1,4 @@
-module("attributes");
+module("attributes", { teardown: moduleTeardown });
 
 var bareObj = function(value) { return value; };
 var functionReturningObj = function(value) { return (function() { return value; }); };