mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-15 11:12:14 -06:00
30 lines
512 B
Plaintext
30 lines
512 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`<AnnotateArea/> should render correctly 1`] = `
|
||
|
<svg
|
||
|
data-testid="annotate-area"
|
||
|
height={800}
|
||
|
id="annotate"
|
||
|
onMouseDown={[Function]}
|
||
|
onMouseLeave={[Function]}
|
||
|
onMouseMove={[Function]}
|
||
|
onMouseUp={[Function]}
|
||
|
style={
|
||
|
Object {
|
||
|
"cursor": "crosshair",
|
||
|
}
|
||
|
}
|
||
|
width={800}
|
||
|
>
|
||
|
<image
|
||
|
className="SnippetImage"
|
||
|
height={800}
|
||
|
id="screenSnippet"
|
||
|
width={800}
|
||
|
x={0}
|
||
|
xlinkHref="very-nice-path"
|
||
|
y={0}
|
||
|
/>
|
||
|
</svg>
|
||
|
`;
|