node-localstorage
node-localstorage copied to clipboard
Make ES6 tests fail when there is no Proxy object
Right now, simply doing something like myLSInstance['a'] = 'something' will add to the in memory version of myLSInstance without ever saving to disk. Maybe use getItem and setItem.