mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-27 03:27:50 -05:00
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
beforeEach(function() {
|
|
$(window).off();
|
|
$(document).off();
|
|
$('body').off();
|
|
$('#jasmine_content').replaceWith($('<div id="jasmine_content"/>'));
|
|
});
|