mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
Fix test nesting structure to resolve CI failures
- Removed premature closing brace in 'Channel links' describe block - Properly nested the new test 'should link ~town-square with team context from post props' - Fixes TypeScript syntax errors and test parsing failures
This commit is contained in:
parent
93a44bf7b0
commit
df847d0b58
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ describe('TextFormatting.ChannelLinks', () => {
|
|||
'<p>(<a class="mention-link" href="/myteam/channels/town-square" data-channel-mention="town-square">~Town Square</a>)</p>',
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
test('should link ~town-square with team context from post props', () => {
|
||||
expect(
|
||||
|
|
|
|||
Loading…
Reference in a new issue