shlink-web-client/shlink-web-component/test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap
2023-08-03 09:13:11 +02:00

25 lines
367 B
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
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",
},
]
`;