Skip to content

Dapp kit UI testing #125

Dapp kit UI testing

Dapp kit UI testing #125

Triggered via pull request November 21, 2023 12:09
Status Failure
Total duration 2m 23s
Artifacts

lint-build-test.yaml

on: pull_request
Lint, Build & Test
2m 11s
Lint, Build & Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint, Build & Test
Type '(type: "tx" | "cert", msg: CertMessage | TxMessage) => { request: () => Promise<TxResponse>; } | { request: () => Promise<CertResponse>; }' is not assignable to type '{ (kind: "tx", msg: TxMessage): TxSigningService; (kind: "cert", msg: CertMessage): CertSigningService; }'.
Lint, Build & Test
Argument of type 'CertMessage | TxMessage' is not assignable to parameter of type 'TxMessage'.
Lint, Build & Test
Argument of type 'CertMessage | TxMessage' is not assignable to parameter of type 'CertMessage'.
Lint, Build & Test
Type '(type: "tx" | "cert", msg: CertMessage | TxMessage) => { request: () => Promise<TxResponse>; } | { request: () => Promise<CertResponse>; }' is not assignable to type '{ (kind: "tx", msg: TxMessage): TxSigningService; (kind: "cert", msg: CertMessage): CertSigningService; }'.
Lint, Build & Test
Argument of type 'CertMessage | TxMessage' is not assignable to parameter of type 'TxMessage'.
Lint, Build & Test
Argument of type 'CertMessage | TxMessage' is not assignable to parameter of type 'CertMessage'.
Lint, Build & Test
@vechainfoundation/dapp-kit#lint: command (/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/packages/dapp-kit) yarn run lint exited (2)
Lint, Build & Test
Process completed with exit code 2.