mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-25 01:37:52 -05:00
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
beforeEach(function() {
|
|
$(window).off();
|
|
$(document).off();
|
|
$('body').off();
|
|
$('#jasmine_content').replaceWith($('<div id="jasmine_content"/>'));
|
|
}); |