chore(deps): update dependency @types/supertest to v6 #304
Triggered via pull request
November 9, 2025 07:19
Status
Failure
Total duration
6h 0m 19s
Artifacts
–
ci.yml
on: pull_request
Matrix: Build
Matrix: E2E
Matrix: Lint
Matrix: Test
Matrix: Edge Release
Annotations
4 errors
|
Test (ubuntu-latest, 20)
Process completed with exit code 1.
|
|
Unhandled error:
src/h3.test.ts#L503
TypeCheckError: Type 'TestAgent<Test>' is not assignable to type 'SuperTest<Test>'.
Type 'TestAgent<Test>' is not assignable to type 'RequestMethods<Test>'.
Types of property 'search' are incompatible.
Type '(url string) => Test' is not assignable to type 'HttpMethod<Test>'.
Type '(url string) => Test' is not assignable to type '(url URLType, callback? CBHandler | undefined) => Test'.
Types of parameters 'url' and 'url' are incompatible.
Type 'URLType' is not assignable to type 'string'.
Type 'URL' is not assignable to type 'string'.
❯ src/h3.test.ts:503:5
|
|
E2E (ubuntu-latest, 20)
The job has exceeded the maximum execution time of 6h0m0s
|
|
E2E (ubuntu-latest, 20)
The operation was canceled.
|