mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
30 lines
517 B
Plaintext
30 lines
517 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<AnnotateArea/> should render correctly 1`] = `
|
|
<svg
|
|
data-testid="annotate-area"
|
|
height={800}
|
|
id="annotate-area"
|
|
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>
|
|
`;
|