gramanicu / cooking-crisis-api

The backend server for the Food Crisis game
MIT License
0 stars 0 forks source link

Add Unit Testing #8

Closed gramanicu closed 3 years ago

gramanicu commented 3 years ago

Test with a library like mocha or chai (research more about them). This should be done before the final phase of the PI project, as unit testing is part of the requirements. If it is done faster, even better

gramanicu commented 3 years ago

I tried using mocha and chai, but there are some problems related to the "ESMODULES". For this reason, it is possible that jest is the better solution