shlink-web-client/test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap
2022-10-04 23:17:12 +02:00

25 lines
346 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<DoughnutChart /> renders Doughnut with expected props 1`] = `
[
{
"props": {
"a": 1,
"b": 0,
"c": 0,
"d": 1,
"e": 0,
"f": 0,
},
"transform": [
1,
0,
0,
1,
0,
0,
],
"type": "setTransform",
},
]
`;