Skip to content

I created unit tests for follow endpoints of the game controller. I also fixed a minor mistake about the exceptions thrown from unfollow function #14

I created unit tests for follow endpoints of the game controller. I also fixed a minor mistake about the exceptions thrown from unfollow function

I created unit tests for follow endpoints of the game controller. I also fixed a minor mistake about the exceptions thrown from unfollow function #14

Triggered via pull request October 30, 2023 22:11
Status Failure
Total duration 1m 1s
Artifacts

backend-tests.yml

on: pull_request
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Unit Tests (ubuntu-latest): ludos/backend/test/game.controller.spec.ts#L4
'UnauthorizedException' is defined but never used
Unit Tests (ubuntu-latest): ludos/backend/test/game.controller.spec.ts#L7
'JwtModule' is defined but never used
Unit Tests (ubuntu-latest): ludos/backend/test/game.controller.spec.ts#L10
'UserController' is defined but never used
Unit Tests (ubuntu-latest): ludos/backend/test/game.controller.spec.ts#L11
'LoginDto' is defined but never used
Unit Tests (ubuntu-latest): ludos/backend/test/game.controller.spec.ts#L12
'RegisterDto' is defined but never used
Unit Tests (ubuntu-latest): ludos/backend/test/game.controller.spec.ts#L13
'RegisterResponseDto' is defined but never used
Unit Tests (ubuntu-latest): ludos/backend/test/game.controller.spec.ts#L16
'UserService' is defined but never used
Unit Tests (ubuntu-latest)
Process completed with exit code 1.
Unit Tests (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/