chore: update packages #20
ci.yml
on: pull_request
lint
22s
typecheck
14s
Matrix: test
Annotations
3 errors
|
typecheck
Process completed with exit code 1.
|
|
typecheck:
src/p.test.ts#L98
Argument of type '(e: unknown) => string' is not assignable to parameter of type '(err: unknown) => PromiseLike<any>'.
|
|
typecheck:
src/object.test.ts#L148
Argument of type '{ a: { y: number; }; b: number[]; }' is not assignable to parameter of type '{ a: { x: number; }; b: number[]; }'.
|