-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added mock response for recognition list test
- Loading branch information
1 parent
f652b62
commit ff4b0e7
Showing
8 changed files
with
416 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"recognitionList":[ | ||
{ | ||
"id":1, | ||
"text": | ||
"i give high five to avinash for writing block on react strap document", | ||
"givenFor": { | ||
"id": 1, | ||
"first_name": "avinash", | ||
"last_name": "mane", | ||
"profile_image_url":"https://i.picsum.photos/id/2/200/200.jpg" | ||
}, | ||
"givenBy": { | ||
"id": 2, | ||
"first_name": "onkar", | ||
"last_name": "hasabe", | ||
"profile_image_url": "https://i.picsum.photos/id/2/200/200.jpg" | ||
}, | ||
"given_at": 1234567890, | ||
"coreValue": { | ||
"id": 3, | ||
"text": "core value text", | ||
"description": "desc", | ||
"thumbnail": "https://i.picsum.photos/id/654/300/200.jpg" | ||
} | ||
}, | ||
|
||
{ | ||
"id":1, | ||
"text":"give high five to avinash writing block on react strap document", | ||
"givenFor": { | ||
"id": 1, | ||
"first_name": "avinash", | ||
"last_name": "mane", | ||
"profile_image_url":"https://i.picsum.photos/id/2/200/200.jpg" | ||
}, | ||
"givenBy": { | ||
"id": 2, | ||
"first_name": "onkar", | ||
"last_name": "hasabe", | ||
"profile_image_url": "https://i.picsum.photos/id/2/200/200.jpg" | ||
}, | ||
"given_at": 1234567890, | ||
"coreValue": { | ||
"id": 3, | ||
"text": "core value text", | ||
"description": "desc", | ||
"thumbnail": "https://i.picsum.photos/id/654/300/200.jpg" | ||
} | ||
} | ||
|
||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
react-frontend/src/recognition-list-components/RecognitionListComponent.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.