Files
shlink-web-client/test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap
2022-05-13 20:18:40 +02:00

26 lines
372 B
Plaintext

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