fix(deps): update dependency effect to v3.13.7 #16
Annotations
8 errors
|
🎯 Tests
Process completed with exit code 1.
|
|
ʦ TypeScript
Process completed with exit code 2.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L118
'result' is of type 'unknown'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L117
'result' is of type 'unknown'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L114
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: Li...' is not assignable to parameter of type 'Effect<unknown, unknown, never>'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L62
'result' is of type 'unknown'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L61
'result' is of type 'unknown'.
|
|
ʦ TypeScript:
src/layer/github/implementation/paging/get-user-events-page.test.ts#L59
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: Li...' is not assignable to parameter of type 'Effect<unknown, unknown, never>'.
|