summary refs log tree commit diff
path: root/api/tests/routes.test.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-18:sparkles: route middleware test optionFlam3rboy1-7/+4
2021-09-18:sparkles: jest automatic testsFlam3rboy6-7/+129
2021-09-18:art: use typescript plugin that converts to relative pathsFlam3rboy16-90/+4169
2021-09-18:sparkles: generate test responsesFlam3rboy5-49/+175
2021-09-18:pencil: add default route description to all routesFlam3rboy10-21/+28
2021-09-17:bug: fix body parse treating null not as undefined (except for icons/avatars)</