tests: fix memory leaks (#2389)
This commit is contained in:
@@ -24,6 +24,8 @@ describe('shared vaults', function () {
|
||||
afterEach(async function () {
|
||||
await context.deinit()
|
||||
localStorage.clear()
|
||||
sinon.restore()
|
||||
context = undefined
|
||||
})
|
||||
|
||||
it('should update vault name and description', async () => {
|
||||
|
||||
Reference in New Issue
Block a user