This repository was archived by the owner on Feb 23, 2025. It is now read-only.
chore(deps): update dependency effect-errors to v1.8.37 - autoclosed #115
Annotations
8 errors
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L54
Argument of type 'Effect<{ data: { id: string; type: string | null; actor: { id: number; login: string; display_login?: string; gravatar_id: string | null; url: string; avatar_url: string; }; repo: { id: number; name: string; url: string; }; org?: { ...; }; payload: { ...; }; public: boolean; created_at: string | null; }[]; links: Re...' is not assignable to parameter of type 'Effect<unknown, unknown, never>'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L56
'result' is of type 'unknown'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L57
'result' is of type 'unknown'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L100
Argument of type 'Effect<{ data: { id: string; type: string | null; actor: { id: number; login: string; display_login?: string; gravatar_id: string | null; url: string; avatar_url: string; }; repo: { id: number; name: string; url: string; }; org?: { ...; }; payload: { ...; }; public: boolean; created_at: string | null; }[]; links: Re...' is not assignable to parameter of type 'Effect<unknown, unknown, never>'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L103
'result' is of type 'unknown'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L104
'result' is of type 'unknown'.
|
|
ʦ TypeScript
Process completed with exit code 2.
|
|
🎯 Tests
Process completed with exit code 1.
|