Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentor/react-flux-testing
Sample repository of testing React and Flux (Reflux) with Karma, Jasmine, and Webpack.
https://github.com/kentor/react-flux-testing
Last synced: about 17 hours ago
JSON representation
Sample repository of testing React and Flux (Reflux) with Karma, Jasmine, and Webpack.
- Host: GitHub
- URL: https://github.com/kentor/react-flux-testing
- Owner: kentor
- License: wtfpl
- Created: 2015-05-15T03:45:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T02:01:47.000Z (about 9 years ago)
- Last Synced: 2024-04-09T23:12:35.918Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 37
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kentor/react-flux-testing.svg)](https://travis-ci.org/kentor/react-flux-testing)
Sample repository of testing React and Flux (Reflux) with Karma,
Jasmine, and Webpack.`npm install` then `npm test`.
Note: If you haven't already started a React project, I'd recommend using [Redux](https://github.com/rackt/redux) rather than some form of Flux. Redux reducers is a lot easier to test than Flux stores, and does not need to use the technique shown in this repo.