react-jester
Utils to help more rapidly create Jest tests for React containers, useReducer, Redux, and action creators by reducing boiler plate
Hello friend. If you're like me, you've grown tired of constantly recreating the boiler plate that's required for testing. That's where react-jester
comes in.
You can quickly boost your unit test coverage by writing tests more efficiently and declaratively.
Whether you're using React Hooks + Context API or Redux, the utils in react-jester
have got you covered.
Version: 1.2.1-beta.1
Summary of Utils
Click on each function name for details and examples
function | Description |
---|
testReducer | Build and run tests for your reducers from an array of test config building functions |
testActionCreators | Build and run tests for your action creators from an array of test config building functions |
testContainer | Build and run tests for your containers from an array of test config building functions |