This repo is not a project persay. It is a documentation on my unit testing studies.
If you would like to run these tests for any reason, you will need to clone this repo by typing git clone https://www.github.com/matthewpalmer9/react-unit-testing
into your IDE terminal.
If you run into any errors, please be sure you have installed the necessary dependencies associated with
this repo by typing bundle install
in your IDE terminal.
'@testing-library/react'
{ render, cleanup }
'@testing-library/jest-dom/extend-expect'
renderer from 'react-test-renderer'