diff --git a/public/app/core/specs/store.test.ts b/public/app/core/specs/store.test.ts index 96cb1dcf640..5139b05133d 100644 --- a/public/app/core/specs/store.test.ts +++ b/public/app/core/specs/store.test.ts @@ -1,13 +1,5 @@ import store from '../store'; -Object.assign(window, { - localStorage: { - removeItem(key: string) { - delete window.localStorage[key]; - }, - }, -}); - describe('store', () => { it('should store', () => { store.set('key1', '123');