mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-01 09:42:11 +00:00
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
beforeEach(function() {
|
|
$('body').append('<div id="jasmine_content"></div>');
|
|
});
|
|
|
|
afterEach(function() {
|
|
$('body #jasmine_content').remove();
|
|
}); |