Skip to content

Add unit testing

Karl Beecken requested to merge add-unit-testing into master

To prevent unnoticed mistakes, it is important to test the code. Therefore, I added unit testing of our API endpoints using jest and supertest.

Merge request reports