Migrated HorizontalBarChart test to react testing library

This commit is contained in:
Alejandro Celaya
2022-05-13 20:18:40 +02:00
parent 4999f982e4
commit 64ee9a39cc
4 changed files with 50 additions and 41 deletions

View File

@@ -0,0 +1,25 @@
// 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",
},
]
`;