kentor / react-flux-testing

Sample repository of testing React and Flux (Reflux) with Karma, Jasmine, and Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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 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.

About

Sample repository of testing React and Flux (Reflux) with Karma, Jasmine, and Webpack.

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 100.0%