// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Test Arc component should render correctly 1`] = `
ShallowWrapper {
Symbol(enzyme.__root__): [Circular],
Symbol(enzyme.__unrendered__): <Arc
degrees={270}
degreesOffset={0}
fillColor="none"
radius={80}
strokeColor="orange"
strokeLinecap="butt"
strokeWidth={20}
/>,
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-arc"
d="M 20 100.00000000000001 A 80 80 0 1 0 100 20"
fill="none"
stroke="orange"
strokeLinecap="butt"
strokeWidth={20}
/>
</g>,
"height": 200,
"width": 200,
"xmlns": "http://www.w3.org/2000/svg",
},
"ref": null,
"rendered": Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"children": <path
className="msalsas-arc"
d="M 20 100.00000000000001 A 80 80 0 1 0 100 20"
fill="none"
stroke="orange"
strokeLinecap="butt"
strokeWidth={20}
/>,
},
"ref": null,
"rendered": Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"className": "msalsas-arc",
"d": "M 20 100.00000000000001 A 80 80 0 1 0 100 20",
"fill": "none",
"stroke": "orange",
"strokeLinecap": "butt",
"strokeWidth": 20,
},
"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-arc"
d="M 20 100.00000000000001 A 80 80 0 1 0 100 20"
fill="none"
stroke="orange"
strokeLinecap="butt"
strokeWidth={20}
/>
</g>,
"height": 200,
"width": 200,
"xmlns": "http://www.w3.org/2000/svg",
},
"ref": null,
"rendered": Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"children": <path
className="msalsas-arc"
d="M 20 100.00000000000001 A 80 80 0 1 0 100 20"
fill="none"
stroke="orange"
strokeLinecap="butt"
strokeWidth={20}
/>,
},
"ref": null,
"rendered": Object {
"instance": null,
"key": undefined,
"nodeType": "host",
"props": Object {
"className": "msalsas-arc",
"d": "M 20 100.00000000000001 A 80 80 0 1 0 100 20",
"fill": "none",
"stroke": "orange",
"strokeLinecap": "butt",
"strokeWidth": 20,
},
"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,
},
}
`;
|