Jest
Jest is a delightful JavaScript Testing Framework with a focus on simplicity
Testing React applications
Install dev dependancies: testing-library/react, testing-library/jest-dom
npm install --save-dev @testing-library/react @testing-library/jest-dom