// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Test Line component should render correctly 1`] = `
ShallowWrapper {
Symbol(enzyme.__root__): [Circular],
Symbol(enzyme.__unrendered__): <Line
degrees={120}
lineLength={50}
strokeColor="yellow"
strokeLinecap="round"
strokeWidth={10}
/>,
Symbol(enzyme.__renderer__): Object {
"batchedUpdates": [Function],
"getNode": [Function],
"render": [Function],
"simulateError": [Function],
"simulateEvent": [Function],
"unmount": [Function],
},
Symbol(enzyme.__node__): Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"children": <g>
<path
className="msalsas-line"
d="M 10 35.00000000000001 L 53.30127018922193 10"
fill="none"
stroke="yellow"
strokeLinecap="round"
strokeWidth={10}
/>
</g>,
"height": 45.00000000000001,
"width": 63.30127018922193,
"xmlns": "http://www.w3.org/2000/svg",
},
"ref": null,
"rendered": Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"children": <path
className="msalsas-line"
d="M 10 35.00000000000001 L 53.30127018922193 10"
fill="none"
stroke="yellow"
strokeLinecap="round"
strokeWidth={10}
/>,
},
"ref": null,
"rendered": Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"className": "msalsas-line",
"d": "M 10 35.00000000000001 L 53.30127018922193 10",
"fill": "none",
"stroke": "yellow",
"strokeLinecap": "round",
"strokeWidth": 10,
},
"ref": null,
"rendered": null,
"type": "path",
},
"type": "g",
},
"type": "svg",
},
Symbol(enzyme.__nodes__): Array [
Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"children": <g>
<path
className="msalsas-line"
d="M 10 35.00000000000001 L 53.30127018922193 10"
fill="none"
stroke="yellow"
strokeLinecap="round"
strokeWidth={10}
/>
</g>,
"height": 45.00000000000001,
"width": 63.30127018922193,
"xmlns": "http://www.w3.org/2000/svg",
},
"ref": null,
"rendered": Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"children": <path
className="msalsas-line"
d="M 10 35.00000000000001 L 53.30127018922193 10"
fill="none"
stroke="yellow"
strokeLinecap="round"
strokeWidth={10}
/>,
},
"ref": null,
"rendered": Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"className": "msalsas-line",
"d": "M 10 35.00000000000001 L 53.30127018922193 10",
"fill": "none",
"stroke": "yellow",
"strokeLinecap": "round",
"strokeWidth": 10,
},
"ref": null,
"rendered": null,
"type": "path",
},
"type": "g",
},
"type": "svg",
},
],
Symbol(enzyme.__options__): Object {
"adapter": ReactSixteenAdapter {
"options": Object {
"enableComponentDidUpdateOnSetState": true,
"lifecycles": Object {
"componentDidUpdate": Object {
"onSetState": true,
},
"getDerivedStateFromProps": true,
"getSnapshotBeforeUpdate": true,
"setState": Object {
"skipsComponentDidUpdateOnNullish": true,
},
},
},
},
"attachTo": undefined,
"hydrateIn": undefined,
},
}
`;
|