-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Romuald Caplier
committed
Apr 24, 2024
1 parent
1f35050
commit 651d488
Showing
13 changed files
with
434 additions
and
98 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,15 +70,14 @@ export const SOME_USER_FEEDBACKS: UserFeedback[] = deepFreeze([ | |
}, | ||
]) | ||
|
||
export const A_USER_FEEDBACK: UserFeedback = deepFreeze( | ||
{ | ||
uuid: '4ad03fb7-1728-424c-bdaa-aedd531b07a8', | ||
comment: 'A nice comment.', | ||
metadataUUID: 'my-dataset-001', | ||
authorUserId: '46798', | ||
authorName: 'Arnaud De Maison', | ||
authorEmail: '[email protected]', | ||
published: true, | ||
parentUuid: undefined, | ||
date: new Date('2023-01-01T08:00:00Z'), | ||
}) | ||
export const A_USER_FEEDBACK: UserFeedback = deepFreeze({ | ||
uuid: '4ad03fb7-1728-424c-bdaa-aedd531b07a8', | ||
comment: 'A nice comment.', | ||
metadataUUID: 'my-dataset-001', | ||
authorUserId: '46798', | ||
authorName: 'Arnaud De Maison', | ||
authorEmail: '[email protected]', | ||
published: true, | ||
parentUuid: undefined, | ||
date: new Date('2023-01-01T08:00:00Z'), | ||
}) |
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.