Since the latest release of JSDom, I'm not able to mock localStorage
anymore.
I've tried the following methods:
Object.defineProperty(window, 'localStorage', {value: LocalStorageMock})
window.localStorage = LocalStorageMock;
jest.spyOn(window.localStorage, 'setItem')
Any of those methods not worked for me, I've get all the time the original localStorage
.
Aucun commentaire:
Enregistrer un commentaire