I added tests for the /project endpoint, testing for appropriate responses to badly formatted project IDs and for a correct code response to a good request. I also implemented better error handling for a better error message in case of a server-side error. The tests can be run with npm run unitTests.
I added tests for the /project endpoint, testing for appropriate responses to badly formatted project IDs and for a correct code response to a good request. I also implemented better error handling for a better error message in case of a server-side error. The tests can be run with
npm run unitTests
.