localStorage-mock

es6 Mock for localStorage

Usage no npm install needed!

<script type="module">
  import localStorageMock from 'https://cdn.skypack.dev/localStorage-mock';
</script>

README

mock-localStorage

Hey, this is a little mock class for test localStorage.

What need do? In you mocha --require file type next:

global.localStorage = require('localStorage-mock');