-
Notifications
You must be signed in to change notification settings - Fork 19
Add more tests #10
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Currently, the client and the server both have very little tests. Any more added tests would be appreciated!
We utilize Jest for writing tests on both the server and the client. The README.md explains how to run the application, and "npm run test" or "lerna run test" will run the tests.