Skip to content

wip 53: 60.21% coverage, 8 type errors #1429

wip 53: 60.21% coverage, 8 type errors

wip 53: 60.21% coverage, 8 type errors #1429

Triggered via push November 7, 2023 17:55
Status Failure
Total duration 1m 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

js.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PNPM CI
Type 'ContractClient' is missing the following properties from type 'Snip20': name, symbol, decimals, totalSupply, and 28 more.
PNPM CI
Expected 0-1 arguments, but got 2.
PNPM CI
Module '"@hackbg/file"' has no exported member 'Directory'. Did you mean to use 'import Directory from "@hackbg/file"' instead?
PNPM CI
Property 'basename' does not exist on type 'Path'.
PNPM CI
Property 'basename' does not exist on type 'Path'.
PNPM CI
Argument of type '[{ name: string; }]' is not assignable to parameter of type '[string] | ConstructorParameters<A> | [A]'.
PNPM CI
Module '"@hackbg/file"' has no exported member 'Directory'. Did you mean to use 'import Directory from "@hackbg/file"' instead?
PNPM CI
Property 'basename' does not exist on type 'Path'.
PNPM CI
Type 'DevnetContainer<typeof ScrtAgent>' is not assignable to type 'DevnetContainer<A>'.
PNPM CI
Argument of type '{ verbose?: boolean | undefined; autoStop: boolean; autoDelete: boolean; containerEngine?: Dock.Engine | undefined; containerImage?: string | undefined; containerManifest?: string | undefined; ... 34 more ...; connect?: ((...parameters: [...] | ... 1 more ... | [...]) => Promise<...>) | undefined; }' is not assignable to parameter of type 'Partial<DevnetContainer<typeof ScrtAgent>>'.