patternfly-react-demo-app
patternfly-react-demo-app copied to clipboard
Add Redux Tests
- add tests for Redux reducers / stateless components, etc.
+1 would love to see, as a part of a good kickoff app, a basic setup of tests. Getting both unit & e2e tests running & figuring out the proper way to mock dependencies tends to be a barrier to entry.
I am finally getting a chance to revisit this right now ;) ... will send you a link in the next few days @benjaminapetersen ! .. if you want to explore in spare time, I recommend this guide: https://redux-saga.js.org/docs/advanced/Testing.html
Nice! will do