Redesign of Posts screen for talawa user portal. #810
pull-request.yml
on: pull_request
Performs linting, formatting, type-checking, checking for different source and target branch
2m 32s
Check for eslint-disable
6s
Checks if no unauthorized files are changed
6s
Checks if number of files changed is acceptable
11s
Runs Introspection on the GitHub talawa-api repo on the schema.graphql file
17s
Check Target Branch
0s
Test Application
0s
Annotations
5 errors
Runs Introspection on the GitHub talawa-api repo on the schema.graphql file
Process completed with exit code 1.
|
Performs linting, formatting, type-checking, checking for different source and target branch:
src/components/UserPortal/PostCard/PostCard.test.tsx#L474
Property 'postedAt' is missing in type '{ id: string; creator: { firstName: string; lastName: string; email: string; id: string; }; image: string; video: string; text: string; title: string; likeCount: number; commentCount: number; comments: { ...; }[]; likedBy: { ...; }[]; }' but required in type 'InterfacePostCard'.
|
Performs linting, formatting, type-checking, checking for different source and target branch:
src/components/UserPortal/PostCard/PostCard.test.tsx#L544
Property 'postedAt' is missing in type '{ id: string; creator: { firstName: string; lastName: string; email: string; id: string; }; image: string; video: string; text: string; title: string; likeCount: number; commentCount: number; comments: { ...; }[]; likedBy: { ...; }[]; }' but required in type 'InterfacePostCard'.
|
Performs linting, formatting, type-checking, checking for different source and target branch:
src/components/UserPortal/StartPostModal/StartPostModal.test.tsx#L104
Property 'img' is missing in type '{ show: boolean; onHide: Mock<any, any>; fetchPosts: Mock<any, any>; userData: { user: { __typename: string; _id: string; image: string | null; firstName: string; lastName: string; ... 11 more ...; organizationsBlockedBy: never[]; }; appUserProfile: { ...; }; }; organizationId: string; }' but required in type 'InterfaceStartPostModalProps'.
|
Performs linting, formatting, type-checking, checking for different source and target branch
Process completed with exit code 2.
|