91a3cb03c1
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
|
|
|
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>
|
|
`;
|