mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-29 22:10:57 +08:00
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>
|
||
|
`;
|