element-web-Github/test/unit-tests/__snapshots__/TextForEvent-test.ts.snap
Michael Telatynski b084ff2313
Prepare for repo merge
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-10-15 11:35:21 +01:00

19 lines
414 B
Plaintext

// 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]}
role="button"
tabIndex={0}
>
View settings
</AccessibleButton>
.
</span>
</span>
`;