mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 02:18:25 +08:00
b084ff2313
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<EffectsOverlay/> should render 1`] = `
|
|
<DocumentFragment>
|
|
<canvas
|
|
aria-hidden="true"
|
|
height="768"
|
|
style="display: block; z-index: 999999; pointer-events: none; position: fixed; top: 0px; right: 0px;"
|
|
width="100"
|
|
/>
|
|
</DocumentFragment>
|
|
`;
|