Bump msw from 1.3.2 to 2.0.6 #1093
tests.yml
on: push
test
/
install
23s
test
/
build
16s
test
/
lint
20s
test
/
format
12s
test
/
typecheck
16s
test
/
unit
17s
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.
|