Update test snapshots

This commit is contained in:
Alejandro Celaya
2023-05-27 12:02:13 +02:00
parent 07fcb4e016
commit a5abe9dbf2
15 changed files with 0 additions and 3362 deletions

View File

@@ -23,27 +23,3 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 1`] = `
},
]
`;
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",
},
]
`;