This commit is contained in:
ogerly 2022-07-12 16:55:50 +02:00
parent 3e471eb81e
commit bc8078c427

View File

@ -273,7 +273,6 @@ describe('Vuex store', () => {
expect(commit).toHaveBeenNthCalledWith(9, 'creation', null)
})
// how to get this working?
it.skip('calls localStorage.clear()', () => {
const clearStorageMock = jest.fn()