Closed DanielStoica85 closed 4 years ago
Figured it might be a good time to setup a test framework so we can also test the React components. Added @testing-library/jest-dom and @testing-library/react as dev dependencies and wrote an initial simple test for App component.
@testing-library/jest-dom
@testing-library/react
Figured it might be a good time to setup a test framework so we can also test the React components. Added
@testing-library/jest-dom
and@testing-library/react
as dev dependencies and wrote an initial simple test for App component.