Skip to content

Bump msw from 1.3.2 to 2.0.6 #1093

Bump msw from 1.3.2 to 2.0.6

Bump msw from 1.3.2 to 2.0.6 #1093

Triggered via push November 13, 2023 22:34
Status Failure
Total duration 1m 2s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 errors
test / typecheck: src/MetricsProvider.spec.tsx#L3
Module '"msw"' has no exported member 'MockedRequest'.
test / typecheck: test/mockServer.ts#L1
Module '"msw"' has no exported member 'MockedRequest'.
test / typecheck: test/mockServer.ts#L1
Module '"msw"' has no exported member 'rest'.
test / typecheck: test/mockServer.ts#L7
Parameter '_req' implicitly has an 'any' type.
test / typecheck: test/mockServer.ts#L7
Parameter 'res' implicitly has an 'any' type.
test / typecheck: test/mockServer.ts#L7
Parameter 'ctx' implicitly has an 'any' type.
test / typecheck: test/mockServer.ts#L11
Parameter '_req' implicitly has an 'any' type.
test / typecheck: test/mockServer.ts#L11
Parameter 'res' implicitly has an 'any' type.
test / typecheck: test/mockServer.ts#L11
Parameter 'ctx' implicitly has an 'any' type.
test / typecheck: test/mockServer.ts#L26
Property 'method' does not exist on type '{ request: Request; requestId: string; }'.
test / lint: test/mockServer.ts#L5
Unsafe argument of type `any` assigned to a parameter of type `RequestHandler<RequestHandlerDefaultInfo, any, any, RequestHandlerOptions>`
test / lint: test/mockServer.ts#L11
Unsafe argument of type `any` assigned to a parameter of type `RequestHandler<RequestHandlerDefaultInfo, any, any, RequestHandlerOptions>`
test / lint: test/mockServer.ts#L28
Unsafe argument of type `any` assigned to a parameter of type `URL`
test / lint: test/mockServer.ts#L31
Unsafe argument of type `any` assigned to a parameter of type `string`
test / lint: test/mockServer.ts#L36
Unsafe argument of type `any` assigned to a parameter of type `string`
test / lint: test/mockServer.ts#L45
Unsafe argument of type `any` assigned to a parameter of type `string`
test / lint
Process completed with exit code 1.
test / unit
Process completed with exit code 1.