- 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
173 B
TypeScript
8 lines
173 B
TypeScript
export const faqItems = [
|
|
{ id: "whatIsIt" },
|
|
{ id: "isFree" },
|
|
{ id: "platforms" },
|
|
{ id: "howItWorks" },
|
|
{ id: "privacy" },
|
|
{ id: "requirements" }
|
|
] as const;
|