asozialdotdev / asozial

An open source social platform for anti-social devs
https://asozial.dev
MIT License
1 stars 0 forks source link

Back-end unit tests #18

Open benjamindotdev opened 5 days ago

benjamindotdev commented 5 days ago

We also need to add unit tests for the express backend

The folder structure is as follows:

ExampleRoute (folder) -- ExampleRoute.ts -- ExampleRoute.test.ts

Please use a combination of Jest and React Testing Library, as per this article https://dev.to/lukekyl/testing-your-express-js-backend-server-3ae6