Skip to content

feat: 유저 로그인 및 인증 구현 (테스트 문제 있음) #18

feat: 유저 로그인 및 인증 구현 (테스트 문제 있음)

feat: 유저 로그인 및 인증 구현 (테스트 문제 있음) #18

Triggered via push November 14, 2024 07:42
Status Failure
Total duration 30s
Artifacts
Lint and Unit Test
22s
Lint and Unit Test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
Lint and Unit Test: server/src/app.module.ts#L6
Replace `'./auth/auth.module'` with `"./auth/auth.module"`
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/app.module.spec.ts#L16
'module' 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/auth.service.spec.ts#L19
Unexpected any. Specify a different type
Lint and Unit Test: server/src/auth/jwt.strategy.ts#L15
Unexpected any. Specify a different type