mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 22:00:42 +03:00
40ead34c08
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
17 lines
285 B
Text
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>
|
|
`;
|