mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 13:34:30 -04:00
Clean tests.
This commit is contained in:
parent
70c8364349
commit
aa8b9789f7
2 changed files with 1 additions and 7 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue