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');
es6 Mock for localStorage
<script type="module">
import localStorageMock from 'https://cdn.skypack.dev/localStorage-mock';
</script>
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');