mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-26 10:58:22 +03:00
25 lines
367 B
Text
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",
|
|
},
|
|
]
|
|
`;
|