ember-localstorage-adapter
ember-localstorage-adapter copied to clipboard
adds sessionStorage support
For issue #154.
I wasn't sure how to go about testing the 2 private methods that I overrode so I duplicated the LSAdapter test and changed some things in there for the purposes of sessionStorage.
Not exactly sure why this failed. When I ran both npm test
and ember test -s
, they all passed.