Skip to content

feat: make relying party connection to wallet timeout as param #63

feat: make relying party connection to wallet timeout as param

feat: make relying party connection to wallet timeout as param #63

Triggered via pull request August 5, 2024 11:32
Status Failure
Total duration 24s
Billable time 1m
Artifacts

lib-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
tests: src/handlers/wallet.handlers.spec.ts#L36
Argument of type '{ popup: Window; isReady: () => ReadyOrError | "pending"; id: string; }' is not assignable to parameter of type '{ popup: Window; isReady: () => ReadyOrError | "pending"; id: string | number | null; timeoutInSeconds: number; }'.
tests: src/handlers/wallet.handlers.spec.ts#L65
Argument of type '{ popup: Window; isReady: () => ReadyOrError | "pending"; id: string; }' is not assignable to parameter of type '{ popup: Window; isReady: () => ReadyOrError | "pending"; id: string | number | null; timeoutInSeconds: number; }'.
tests
Process completed with exit code 2.