Test Redux Connect Components 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
TodoList.css
TodoList.js
TodoList.test.js
store.js
Within these files:
Todolist.css
* {
box-sizing: bord...
nothanii.hashnode.dev6 min read