Add tests for ReadReceiptGroup.tsx

This commit is contained in:
Florian Duros 2024-05-22 15:07:57 +02:00
parent a6907a033e
commit 04741ae6a6
No known key found for this signature in database
GPG key ID: A5BBB4041B493F15
3 changed files with 138 additions and 2 deletions

View file

@ -210,7 +210,8 @@ interface ReadReceiptPersonProps extends IReadReceiptProps {
onAfterClick?: () => void;
}
function ReadReceiptPerson({
// Export for testing
export function ReadReceiptPerson({
userId,
roomMember,
ts,