https://github.com/hiroppy/fake-store
For Redux's test
https://github.com/hiroppy/fake-store
redux test
Last synced: 2 months ago
JSON representation
For Redux's test
- Host: GitHub
- URL: https://github.com/hiroppy/fake-store
- Owner: hiroppy
- License: mit
- Created: 2017-03-29T06:43:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T02:28:10.000Z (almost 6 years ago)
- Last Synced: 2025-08-24T13:53:36.421Z (10 months ago)
- Topics: redux, test
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fake-store
[](https://travis-ci.org/abouthiroppy/store-fake)
[](https://codecov.io/gh/abouthiroppy/store-fake)
Use with Container Component's test.
### Install
```sh
$ npm install -D fake-store
```
### Usage
```js
import fakeStore from 'fake-store';
```