Description
Two backend test files are currently failing. These were discovered while setting up the frontend test suite in #275 and are pre-existing failures unrelated to that PR.
Failing files:
spec/auth.routes.spec.cjs — Auth Routes
spec/user.model.spec.cjs — User Model
Steps to Reproduce
- Clone the repo
- Navigate to the backend directory
- Run the test suite
- Observe failures in
auth.routes.spec.cjs and user.model.spec.cjs
Expected Behaviour
All backend tests should pass.
Actual Behaviour
Auth Routes and User Model test suites are failing.
Screenshots
Type of Change
Description
Two backend test files are currently failing. These were discovered while setting up the frontend test suite in #275 and are pre-existing failures unrelated to that PR.
Failing files:
spec/auth.routes.spec.cjs— Auth Routesspec/user.model.spec.cjs— User ModelSteps to Reproduce
auth.routes.spec.cjsanduser.model.spec.cjsExpected Behaviour
All backend tests should pass.
Actual Behaviour
Auth Routes and User Model test suites are failing.
Screenshots
Type of Change