added tests for validation and server error #4
Annotations
2 errors and 6 warnings
Run Jest Tests:
src/middleware/auth.ts#L17
Type '{ id: number; }' is missing the following properties from type 'User': email, password, name, createdAt, updatedAt
|
Run Jest Tests
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run ESLint:
src/config/database.ts#L22
Unexpected console statement
|
Run ESLint:
src/config/database.ts#L24
Unexpected console statement
|
Run ESLint:
src/index.ts#L17
Unexpected console statement
|
Run ESLint:
src/middleware/auth.ts#L20
Unexpected any. Specify a different type
|
Run ESLint:
src/utils.ts#L6
Unexpected any. Specify a different type
|
Loading