Skip to content

Commit

Permalink
Remove unnecessary comments from test files
Browse files Browse the repository at this point in the history
  • Loading branch information
beingnoble03 committed Oct 2, 2023
1 parent da2f5e9 commit f6e3562
Showing 1 changed file with 0 additions and 81 deletions.
81 changes: 0 additions & 81 deletions src/screens/UserPortal/Tasks/Tasks.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,87 +84,6 @@ const MOCKS = [
},
];

// {
// "data": {
// "user": {
// "_id": "63d6064458fce20ee25c3bf7",
// "assignedTasks": [
// {
// "_id": "650ae5be2328d374ba28853d",
// "title": "EventProjectTask",
// "description": "A new task for the EventProject",
// "deadline": "2023-09-22T12:29:23.000Z",
// "volunteers": [
// {
// "_id": "63d6064458fce20ee25c3bf7",
// "firstName": "Noble",
// "lastName": "Mittal",
// "email": "[email protected]",
// "__typename": "User"
// }
// ],
// "createdAt": "2023-09-20T12:29:50.303Z",
// "completed": false,
// "event": {
// "_id": "650982592328d374ba2881bc",
// "title": "sadas",
// "organization": {
// "_id": "6493e4570ee6c913d7199291",
// "name": "Test Organization",
// "image": null,
// "__typename": "Organization"
// },
// "__typename": "Event"
// },
// "creator": {
// "_id": "63d6064458fce20ee25c3bf7",
// "firstName": "Noble",
// "lastName": "Mittal",
// "__typename": "User"
// },
// "__typename": "Task"
// },
// {
// "_id": "650c440f2b5f121b9ceeaa88",
// "title": "Volunteer catering system",
// "description": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam doloribus perspiciatis ad quod voluptatum, adipisci natus atque consequatur nisi voluptatem ipsam eaque ex, minima odio animi distinctio, possimus odit consectetur reiciendis totam quis repellendus? Magnam rem voluptas dolorem quisquam molestiae!",
// "deadline": "2023-09-28T16:25:47.000Z",
// "volunteers": [
// {
// "_id": "63d6064458fce20ee25c3bf7",
// "firstName": "Noble",
// "lastName": "Mittal",
// "email": "[email protected]",
// "__typename": "User"
// }
// ],
// "createdAt": "2023-09-21T13:24:31.217Z",
// "completed": false,
// "event": {
// "_id": "650982592328d374ba2881bc",
// "title": "sadas",
// "organization": {
// "_id": "6493e4570ee6c913d7199291",
// "name": "Test Organization",
// "image": null,
// "__typename": "Organization"
// },
// "__typename": "Event"
// },
// "creator": {
// "_id": "63d6064458fce20ee25c3bf7",
// "firstName": "Noble",
// "lastName": "Mittal",
// "__typename": "User"
// },
// "__typename": "Task"
// }
// ],
// "__typename": "User"
// }
// }
// }

const link = new StaticMockLink(MOCKS, true);

async function wait(ms = 100): Promise<void> {
Expand Down

0 comments on commit f6e3562

Please sign in to comment.