mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-07 04:32:10 +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();
|
||
|
});
|