These examples were part of a workshop on front-end testing presented in Devlabs HQ by Ivaylo Atanasov and Kaloyan Kosev at October 12-th 2017. Inside tests/routes/Login
you can find login form tests for both presentational and container components.
Built on top of react-redux-starter-kit development boilerplate.
- node
^5.0.0
- npm
^3.0.0
$ npm start
$ npm test
Alternatively run with a watcher:
$ npm run test:watch