Testing React Forms with Enzyme
Following Along
In order to follow along with this lesson, we need to add a couple things to our project.
In our src folder, we need to add:
Form.css
Form.js
Form.test.js
api.js
Within these files:
Form.css
form {
display: flex;
flex-direct...
nothanii.hashnode.dev7 min read