Skip to content

Refactor error, panic #69

Refactor error, panic

Refactor error, panic #69

Triggered via pull request November 9, 2023 08:07
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors
check: src/helpers/guard.test.ts#L32
Expected 1 arguments, but got 0.
check: src/helpers/guard.test.ts#L43
Argument of type 'string' is not assignable to parameter of type 'Error'.
check: src/helpers/guard.test.ts#L75
Expected 1 arguments, but got 0.
check: src/helpers/guard.test.ts#L86
Argument of type 'string' is not assignable to parameter of type 'Error'.
check: src/option/promise.test.ts#L59
Argument of type 'Panic' is not assignable to parameter of type 'string'.
check: src/result/promise.test.ts#L67
Argument of type 'Panic' is not assignable to parameter of type 'string'.
check: src/result/promise.test.ts#L86
Argument of type 'Panic' is not assignable to parameter of type 'string'.
check: src/result/promise.test.ts#L302
Argument of type 'Error' is not assignable to parameter of type 'string'.
check
Process completed with exit code 1.