Skip to content

feat/API Documentation #55

feat/API Documentation

feat/API Documentation #55

Re-run triggered March 10, 2026 03:57
Status Failure
Total duration 39s
Artifacts

ci.yml

on: pull_request
Lint, typecheck, format, test
33s
Lint, typecheck, format, test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint, typecheck, format, test
Process completed with exit code 1.
tests/user.controller.test.ts > UserController > updateWalletAddress > should return 400 for invalid wallet address: tests/user.controller.test.ts#L259
TypeError: userController.updateWalletAddress is not a function ❯ tests/user.controller.test.ts:259:28
tests/user.controller.test.ts > UserController > updateWalletAddress > should update wallet address successfully: tests/user.controller.test.ts#L236
TypeError: userController.updateWalletAddress is not a function ❯ tests/user.controller.test.ts:236:28
tests/user.controller.test.ts > UserController > updateProfile > should update user profile successfully: tests/user.controller.test.ts#L103
TypeError: userController.updateProfile is not a function ❯ tests/user.controller.test.ts:103:28
tests/user.controller.test.ts > UserController > getCurrentUser > should return 404 if user not found: tests/user.controller.test.ts#L69
TypeError: userController.getCurrentUser is not a function ❯ tests/user.controller.test.ts:69:28
tests/user.controller.test.ts > UserController > getCurrentUser > should return current user profile: tests/user.controller.test.ts#L47
TypeError: userController.getCurrentUser is not a function ❯ tests/user.controller.test.ts:47:28