This is the template for the React testing assignment. The assignment's domain is a shopping list.
There will be pre-existing components that only need tests written for them:
ShoppingListsShoppingListShoppingListForm
New components will need to be written, along with their tests:
ShoppingListItemShoppingListItemForm
The ConfirmationButton has tests that demonstrate its usage and prove its
functionality.