test: 유저 로그인 기능에 대한 테스트 코드 작성 #29
lint_and_unit_test.yml
on: push
Lint and Unit Test
46s
Annotations
2 errors and 4 warnings
Lint and Unit Test:
server/src/auth/auth.service.spec.ts#L18
Require statement not part of import statement
|
Lint and Unit Test
Process completed with exit code 1.
|
Lint and Unit Test:
client/src/types/markdown.ts#L17
Unexpected any. Specify a different type
|
Lint and Unit Test:
client/src/utils/linkedLIstBlock.ts#L94
Unexpected any. Specify a different type
|
Lint and Unit Test:
server/src/auth/auth.service.spec.ts#L22
'userModel' is assigned a value but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u
|
Lint and Unit Test:
server/src/auth/jwt.strategy.ts#L15
Unexpected any. Specify a different type
|