refactor #251
ci.yml
on: pull_request
Matrix: Prettier format
Matrix: ESLint
Matrix: Unit tests
Deploy to production
0s
Annotations
2 errors and 13 warnings
src/server.test.ts > server > GET / should return 200 OK:
src/server.test.ts#L19
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ src/server.test.ts:19:29
|
Unit tests (19.x)
Process completed with exit code 1.
|
ESLint (19.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ESLint (19.x):
src/api/api.middlewares.ts#L83
'error' is defined but never used. Allowed unused caught errors must match /^_/u
|
ESLint (19.x):
src/api/auth/auth.controllers.test.ts#L26
Unexpected any. Specify a different type
|
ESLint (19.x):
src/api/auth/auth.controllers.test.ts#L29
Unexpected any. Specify a different type
|
ESLint (19.x):
src/api/auth/auth.controllers.test.ts#L44
Unexpected any. Specify a different type
|
ESLint (19.x):
src/api/auth/auth.controllers.test.ts#L49
Unexpected any. Specify a different type
|
ESLint (19.x):
src/api/auth/auth.services.ts#L57
Unexpected any. Specify a different type
|
ESLint (19.x):
src/api/auth/auth.services.ts#L81
Unexpected any. Specify a different type
|
ESLint (19.x):
src/api/auth/auth.services.ts#L107
Unexpected any. Specify a different type
|
ESLint (19.x):
src/api/auth/auth.services.ts#L126
Unexpected any. Specify a different type
|
ESLint (19.x):
src/api/auth/auth.services.ts#L152
Unexpected any. Specify a different type
|
Prettier format (19.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit tests (19.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|