Redux Counter Example tested
The redux counter example tested with mocha, sinon, chai and jsdom.
For the jsdom component test see Counter-test.js
Run the tests with "npm test".
Inspiration for the jsdom test:
http://www.asbjornenge.com/wwc/testing_react_components.html
Thanks!