Sprint 4 Unit Testing
June 29th, 2020 By Alex Hu

Goal: Implement Unit Testing and Improve User Experience
Unit Testing ✔
- Create a simple Jest self test
- Set up the React Testing Library to fetch the About page
- Create an integration test to fetch Posts page
- Create a test suite for CRUD operations
- Add a new field to the data model with unit test