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

SessionStorage?

darewreck54 opened this issue · comments

commented

I'm having issue with session storage working. When i use local storage it works, but when i replace the local storage with session storage it breaks. Does it need to be configured differently for session storage usage.

Thanks,
Derek

It should work in the same manner as localStorage, can you give more details or code samples? thx

Closing this out