Initialize shared gh-pages infrastructure
This commit is contained in:
7
js/test/lib/support/jasmine-content.js
Normal file
7
js/test/lib/support/jasmine-content.js
Normal file
@@ -0,0 +1,7 @@
|
||||
beforeEach(function() {
|
||||
$('body').append('<div id="jasmine_content"></div>');
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
$('body #jasmine_content').remove();
|
||||
});
|
||||
Reference in New Issue
Block a user