Add test for textForPinnedEvent

Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
This commit is contained in:
Paulo Pinto 2021-07-26 17:41:39 +01:00
parent e7151ebf2d
commit 40ead34c08
2 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,17 @@
// 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>
`;