test: add CChartBarExample unit test (#193)

This commit is contained in:
Ganjar Setia M
2020-02-26 20:26:54 +07:00
committed by GitHub
parent db2fd31fbd
commit f440e1404e
2 changed files with 37 additions and 0 deletions
@@ -0,0 +1,8 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CChartBarExample renders correctly 1`] = `
<cchartbar-stub
datasets="[object Object]"
labels="months"
/>
`;