mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-20 12:41:29 +02:00
Clean tests.
This commit is contained in:
@@ -19,13 +19,11 @@ describe('module \'' + ID + '\'', function () {
|
||||
after(function () {
|
||||
|
||||
util.restoreHtml();
|
||||
$('body').removeAttr('id');
|
||||
});
|
||||
|
||||
beforeEach(function () {
|
||||
|
||||
util.restoreHtml();
|
||||
$('body').removeAttr('id');
|
||||
$('<div id="fallback"/>').appendTo('body');
|
||||
$('<div id="fallback-hints"/>').appendTo('body');
|
||||
});
|
||||
|
Reference in New Issue
Block a user