Built motion from commit 1038d87.|0.0.141
[motion.git] / public / bower_components / lodash / vendor / backbone / test / view.js
index faf3445..9a34454 100644 (file)
         className: 'test-view',
         other: 'non-special-option'
       });
-    },
-
-    afterEach: function() {
-      $('#testElement').remove();
-      $('#test-view').remove();
     }
 
   });