mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-02 19:46:09 -04:00
improving cleanup between tests in order to combat the frequent test failures seen recently
This commit is contained in:
parent
0ab06e34ec
commit
210870590c
3 changed files with 14 additions and 5 deletions
|
@ -6,7 +6,7 @@ describe('UiHelper', function () {
|
|||
// for now we use a mock function to trigger the event
|
||||
describe('historyChange', function () {
|
||||
this.timeout(30000);
|
||||
before(function () {
|
||||
beforeEach(function () {
|
||||
$.PrivateBin.Helper.reset();
|
||||
cleanup();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue