Skip to content

fix: vulnerability #1346

fix: vulnerability

fix: vulnerability #1346

Triggered via push October 29, 2024 12:22
Status Failure
Total duration 1m 8s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 errors
test / unit
Process completed with exit code 1.
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#L23
Variable 'requests' implicitly has type 'any[]' in some locations where its type cannot be determined.
test / typecheck: test/mockServer.ts#L27
Property 'method' does not exist on type '{ request: Request; requestId: string; }'.
test / typecheck: test/mockServer.ts#L29
Property 'url' does not exist on type '{ request: Request; requestId: string; }'.
test / typecheck: test/mockServer.ts#L32
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
test / typecheck: test/mockServer.ts#L37
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
test / typecheck: test/mockServer.ts#L40
Variable 'requests' implicitly has an 'any[]' type.
test / typecheck: test/mockServer.ts#L46
Property 'id' does not exist on type '{ request: Request; requestId: string; }'.
test / typecheck: test/mockServer.ts#L48
Property 'method' does not exist on type '{ request: Request; requestId: string; }'.
test / lint: test/mockServer.ts#L29
Unsafe argument of type error typed assigned to a parameter of type `URL`
test / lint: test/mockServer.ts#L32
Unsafe argument of type error typed assigned to a parameter of type `string`
test / lint: test/mockServer.ts#L37
Unsafe argument of type error typed assigned to a parameter of type `string`
test / lint: test/mockServer.ts#L46
Unsafe argument of type error typed assigned to a parameter of type `string`
test / lint
Process completed with exit code 1.