Skip to content

Commit

Permalink
Added query
Browse files Browse the repository at this point in the history
  • Loading branch information
aashimawadhwa committed Oct 5, 2023
1 parent bb05601 commit de43120
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/screens/UserPortal/Home/Home.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const MOCKS = [
commentCount: 0,
comments: [],
likedBy: [],
pinned: false,
createdAt: '2023-02-18T09:22:27.969Z',
},
{
_id: '6411e54835d7ba2344a78e29',
Expand All @@ -66,6 +68,7 @@ const MOCKS = [
},
likeCount: 0,
commentCount: 2,
createdAt: '2023-02-18T09:22:27.969Z',
comments: [
{
_id: '64eb13beca85de60ebe0ed0e',
Expand All @@ -92,6 +95,8 @@ const MOCKS = [
firstName: 'Noble',
lastName: 'Mittal',
email: '[email protected]',
createdAt: '2023-02-18T09:22:27.969Z',

__typename: 'User',
},
likeCount: 0,
Expand All @@ -107,6 +112,7 @@ const MOCKS = [
lastName: 'abc',
},
],
pinned: false,
},
],
},
Expand Down

0 comments on commit de43120

Please sign in to comment.