- Enhanced tests to ensure consistent messageId generation for legacy inbox rows lacking a messageId. - Updated test descriptions for better clarity regarding the new messageId handling. - Adjusted test expectations to align with the updated behavior of relaying legacy inbox rows with generated messageIds.
8 lines
270 B
TypeScript
8 lines
270 B
TypeScript
export const testimonials = [
|
|
{ id: "user1", avatar: "#00f0ff" },
|
|
{ id: "user2", avatar: "#ff00ff" },
|
|
{ id: "user3", avatar: "#39ff14" },
|
|
{ id: "user4", avatar: "#ffd700" },
|
|
{ id: "user5", avatar: "#00f0ff" },
|
|
{ id: "user6", avatar: "#ff00ff" },
|
|
] as const;
|