1
0
mirror of synced 2026-08-31 22:46:02 +00:00
Files
2013-09-09 01:41:47 -07:00

7 lines
150 B
JavaScript

beforeEach(function() {
$('body').append('<div id="jasmine_content"></div>');
});
afterEach(function() {
$('body #jasmine_content').remove();
});