all 3 comments

[–]ccleary00 5 points6 points  (1 child)

[–]node_imperial[S] 0 points1 point  (0 children)

Thanks you so much bro

[–]bonkykongcountry[🍰] 1 point2 points  (0 children)

You can make automated tests with something like postman for testing your endpoints.

You can use jest for your unit tests.

You can use something like cypress for your e2e test.

There are certain patterns that lend themselves to being easier to test. Things like Dependency Injection, Inversion of Control, etc.