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

empty values are coerced to null

michens opened this issue · comments

In getItem and key, empty strings are turned into nulls which is not the behavior in actual browsers.