export const simpleTextConfig = ` `; export const simpleHyperTextConfig = ` `; export const simpleTextData = { // It should be some warning emoji but biome hates them text: "🐱 Warning: This is a test text", }; export const multilineTextData = { // It should be some warning emoji but biome hates them text: "🐱 Warning:\n🐱 This is a test text", }; export const simpleHyperTextData = { text: "

🐱 Warning:

🐱 This is a test text

", };