Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.