code4romania / seismic-risc-client

Client repo for Seismic Risc
Mozilla Public License 2.0
3 stars 12 forks source link

Setup unit tests framework. #28

Closed DanielStoica85 closed 4 years ago

DanielStoica85 commented 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.