* Initial Commit for Group Highlights * Fix some stuff * Get my groups * update channel.js * Address PR comments * Address PR comments * Update app/actions/views/channel.js Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com> * update selector stuff Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
87 lines
1.4 KiB
Text
87 lines
1.4 KiB
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Markdown should match snapshot 1`] = `
|
|
<Unknown
|
|
context={Array []}
|
|
first={true}
|
|
last={true}
|
|
literal={null}
|
|
nodeKey="8"
|
|
>
|
|
<Unknown
|
|
context={
|
|
Array [
|
|
"paragraph",
|
|
]
|
|
}
|
|
literal="This is a message containing "
|
|
nodeKey="2"
|
|
/>
|
|
<Unknown
|
|
context={
|
|
Array [
|
|
"paragraph",
|
|
"mention_highlight",
|
|
]
|
|
}
|
|
literal={null}
|
|
mentionName="all"
|
|
nodeKey="6"
|
|
>
|
|
<Unknown
|
|
context={
|
|
Array [
|
|
"paragraph",
|
|
"mention_highlight",
|
|
"at_mention",
|
|
]
|
|
}
|
|
literal="@all"
|
|
nodeKey="5"
|
|
/>
|
|
</Unknown>
|
|
</Unknown>
|
|
`;
|
|
|
|
exports[`Markdown should match with disableAtChannelMentionHighlight 1`] = `
|
|
<Unknown
|
|
context={Array []}
|
|
first={true}
|
|
last={true}
|
|
literal={null}
|
|
nodeKey="8"
|
|
>
|
|
<Unknown
|
|
context={
|
|
Array [
|
|
"paragraph",
|
|
]
|
|
}
|
|
literal="This is a message containing "
|
|
nodeKey="2"
|
|
/>
|
|
<Unknown
|
|
context={
|
|
Array [
|
|
"paragraph",
|
|
"mention_highlight",
|
|
]
|
|
}
|
|
literal={null}
|
|
mentionName="all"
|
|
nodeKey="6"
|
|
>
|
|
<Unknown
|
|
context={
|
|
Array [
|
|
"paragraph",
|
|
"mention_highlight",
|
|
"at_mention",
|
|
]
|
|
}
|
|
literal="@all"
|
|
nodeKey="5"
|
|
/>
|
|
</Unknown>
|
|
</Unknown>
|
|
`;
|