rolling-scopes-school/nodejs-course-template

Missing tests for "/refresh" endpoint

Closed this issue · 0 comments

Issue
E2e tests are missing for "/refresh" endpoint.

Solution
Add tests for "/refresh" endpoint.

Reasoning
"/refresh" endpoint is marked in advanced scope of Home Library Service: Part 3 task.
All endpoints except this one are covered with tests, "/refresh" endpoint assumes manual testing which is error prone and tedious.
In order to align testing of "/refresh" with the rest of endpoints it would be nice to add missing tests.