Skip to content

Commit

Permalink
added cleanup on test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeisen committed May 30, 2024
1 parent 7d2f11c commit 5976331
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/BreinifyUtil-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,14 @@ describe('BreinifyUtil', function () {
'values': []
}
}, function (error, result) {

expect(result).toEqual({
'loaded': ['products', 'awards'],
'failed': []
});

// clear the storage to make sure the test did not keep any data
Breinify.UTL.storage.instance.clear();
done();
});
});
Expand Down

0 comments on commit 5976331

Please sign in to comment.