Add tests for ReadReceiptGroup.tsx
This commit is contained in:
parent
a6907a033e
commit
04741ae6a6
3 changed files with 138 additions and 2 deletions
|
@ -210,7 +210,8 @@ interface ReadReceiptPersonProps extends IReadReceiptProps {
|
|||
onAfterClick?: () => void;
|
||||
}
|
||||
|
||||
function ReadReceiptPerson({
|
||||
// Export for testing
|
||||
export function ReadReceiptPerson({
|
||||
userId,
|
||||
roomMember,
|
||||
ts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue