Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realign/localstorage-mocker

mock localStorage for test tool as jest
https://github.com/realign/localstorage-mocker

jest localstorage mock test tool

Last synced: about 1 month ago
JSON representation

mock localStorage for test tool as jest

Awesome Lists containing this project

README

        

# localstorage-mocker
mock localStorage for test tool, as jest

# Usage

1. `package.json`:

```json
{
...
"devDependencies": {
...
"localstorage-mocker": "^1.4.0"
...
}
...
}
```

2. in js file:

```javascript
require('localstorage-mocker');
```