Skip to content

Refactor error, panic #70

Refactor error, panic

Refactor error, panic #70

Triggered via pull request November 9, 2023 11:10
@bkiacbkiac
synchronize #12
error-refactor-2
Status Failure
Total duration 37s
Artifacts

ci.yml

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

Annotations

10 errors
check: src/helpers/group.test.ts#L17
Argument of type 'Error' is not assignable to parameter of type 'string'.
check: src/helpers/group.test.ts#L25
Argument of type 'Error' is not assignable to parameter of type 'string'.
check: src/helpers/try.test.ts#L36
Argument of type 'Error' is not assignable to parameter of type 'string'.
check: src/helpers/try.test.ts#L44
Argument of type 'Error' is not assignable to parameter of type 'string'.
check: src/helpers/try.test.ts#L73
Argument of type 'Error' is not assignable to parameter of type 'string'.
check: src/helpers/try.test.ts#L83
Argument of type 'Error' is not assignable to parameter of type 'string'.
check: src/helpers/try.test.ts#L112
Argument of type 'Error' is not assignable to parameter of type 'string'.
check: src/helpers/try.test.ts#L122
Argument of type 'Error' is not assignable to parameter of type 'string'.
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'.