clarkbw / jest-localstorage-mock

A module to mock window.localStorage and window.sessionStorage in Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot set localStorage.__STORE__ to an empty object

iyunusov opened this issue · comments

commented

when this is used localStorage.__STORE__ = {}; console returns:
TypeError: Cannot set property __STORE__ of #<LocalStorage> which has only a getter

You should update the README as it still mentions this:

// or directly reset the storage
  localStorage.__STORE__ = {};