seif-y / PokeBuilder

1 stars 0 forks source link

Backend tests #80

Closed seif-y closed 3 years ago

seif-y commented 3 years ago

Tests are needed for the backend, to make sure the API endpoints and Mongo schema work as expected.

Ideally, we should have some unit tests written using Jest, which test basic functionality for the backend.

SreenikethRaghavan commented 3 years ago

Great issue! Testing will help increase the robustness and correctness of the system. Approved!