A guide and demo of react-test-renderer features. Also covers ReactTestUtils.
Read the companion guide post for this article here: https://billgranfield.com/2018/03/28/react-test-renderer.html
The react-test-renderer guide is located in test/checkbox_test.js
Clone the repo, install dependencies, and then use the scripts in the package.json.
git clone https://github.com/b-gran/react-test-renderer-demo.git
cd react-test-renderer-demo
npm inpm test
npm start