element-web/test/__snapshots__/TextForEvent-test.ts.snap
Paulo Pinto 40ead34c08 Add test for textForPinnedEvent
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-07-27 17:14:50 +01:00

17 lines
285 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TextForPinnedEvent (JSX) should mention sender 1`] = `
<span>
<span>
@foo:example.com changed the
<a
onClick={[Function]}
>
pinned messages
</a>
for the room.
</span>
</span>
`;