samedi 28 juillet 2018

JSDom 11.12.0 - how to mock localStorage?

Since the latest release of JSDom, I'm not able to mock localStorage anymore.

I've tried the following methods:

  1. Object.defineProperty(window, 'localStorage', {value: LocalStorageMock})
  2. window.localStorage = LocalStorageMock;
  3. 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