Files
ThreadNet-Web/test/unit-tests/__snapshots__/TextForEvent-test.ts.snap
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
375 B
Plaintext
Raw Normal View History

2023-07-10 10:01:03 +02:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TextForEvent textForJoinRulesEvent() returns correct JSX message when room join rule changed to restricted 1`] = `
<span>
<span>
@a changed who can join this room.
<AccessibleButton
kind="link_inline"
onClick={[Function]}
>
View settings
</AccessibleButton>
.
</span>
</span>
`;