Corgam / SS23_ADSP_TCF

An official repository for the "Tangible Climate Futures" project from the ADSP (SS23) course at TU Berlin.
1 stars 2 forks source link

feat: Add jest & supertest #27

Closed Fr3574 closed 1 year ago

Fr3574 commented 1 year ago

Jest allows for basic unit testing whereas supertest is a high-level test framework for testing http and by that useful for our express routes.

See the __tests__ folder where I added a basic test. You can run the tests with npm run test.

Closes #21