Unit test typescriptification - TextualBody (#8433)
* test/components/views/messages/TextualBody-test.js -> tsx Signed-off-by: Kerry Archibald <kerrya@element.io> * fix ts issues in textualbody Signed-off-by: Kerry Archibald <kerrya@element.io> * remove type-removing context wrapper, fix more Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
482bb6f48b
commit
1127db0514
2 changed files with 64 additions and 43 deletions
|
@ -0,0 +1,8 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`<TextualBody /> renders formatted m.text correctly pills do not appear in code blocks 1`] = `
|
||||
"<span class=\\"mx_EventTile_body markdown-body\\" dir=\\"auto\\"><p><code>@room</code></p>
|
||||
<div class=\\"mx_EventTile_pre_container\\"><pre class=\\"mx_EventTile_collapsedCodeBlock\\"><span class=\\"mx_EventTile_lineNumbers\\"><span>1</span></span><code>@room
|
||||
</code><span></span></pre><span class=\\"mx_EventTile_button mx_EventTile_copyButton \\"></span></div>
|
||||
</span>"
|
||||
`;
|
Loading…
Add table
Add a link
Reference in a new issue