chore(deps): update dependency @types/express to v5 #2822
tests_ci.yml
on: pull_request
Linting
1m 12s
Linting
4m 36s
Package Unit Tests
2m 20s
Field CRUD Tests PostgreSQL
1m 33s
Field CRUD Tests SQLite
1m 9s
Field CRUD Tests MySQL
1m 29s
Testing example project
4m 27s
Ensure Next in App directory builds
5m 3s
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Annotations
12 errors
Field CRUD Tests SQLite
Process completed with exit code 1.
|
Linting:
tests/api-tests/test-runner.ts#L84
The inferred type of 'setupTestEnv' cannot be named without a reference to '../../packages/core/node_modules/@types/express'. This is likely not portable. A type annotation is necessary.
|
Linting:
tests/api-tests/test-runner.ts#L224
The inferred type of 'setupTestSuite' cannot be named without a reference to '../../packages/core/node_modules/@types/express'. This is likely not portable. A type annotation is necessary.
|
Linting
Process completed with exit code 2.
|
Field CRUD Tests MySQL
Process completed with exit code 1.
|
Field CRUD Tests PostgreSQL
Process completed with exit code 1.
|
API Tests PostgreSQL (2)
Process completed with exit code 1.
|
API Tests MySQL (2)
Process completed with exit code 1.
|
API Tests SQLite (2)
Process completed with exit code 1.
|
Linting:
examples/extend-graphql-schema-nexus/schema.ts#L99
Right operand of ?? is unreachable because the left operand is never nullish.
|
Linting
Process completed with exit code 2.
|
Integration tests for Admin UI (live-reloading.test.ts)
Process completed with exit code 1.
|