mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-21 19:04:26 +03:00
4776f87775
* Ignore effect later than 48h * Add tests for `EffectsOverlay-test.tsx`
12 lines
312 B
Text
12 lines
312 B
Text
// 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>
|
|
`;
|