Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/realign/localstorage-mocker
- Owner: ReAlign
- Created: 2017-10-15T11:00:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T05:43:26.000Z (over 7 years ago)
- Last Synced: 2024-04-28T17:02:38.019Z (9 months ago)
- Topics: jest, localstorage, mock, test, tool
- Language: JavaScript
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```