chore(deps): update dependency @types/supertest to v6 #96
Annotations
4 errors and 1 warning
Test:
spec/integration.spec.ts#L37
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'.
❯ spec/integration.spec.ts:37:3
|
Test:
spec/integration.spec.ts#L73
TypeCheckError: Type 'TestAgent<Test>' is not assignable to type 'SuperTest<Test>'.
❯ spec/integration.spec.ts:73:5
|
Test:
spec/integration.spec.ts#L120
TypeCheckError: Type 'TestAgent<Test>' is not assignable to type 'SuperTest<Test>'.
❯ spec/integration.spec.ts:120:5
|
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading