Hexastack / eazychart

EazyChart is a reactive chart library 📈, it allows you to easily add SVG charts in your React and Vue web applications.
https://eazychart.com
MIT License
23 stars 14 forks source link

🤔 [ISSUE] - @eazychart-[react & vue] - Add missing unit tests for the Bubbles component #44

Closed marrouchi closed 2 years ago

marrouchi commented 2 years ago

Description

It seems that we are missing the unit tests for the Bubbles component. This should be eazy cause it's similar to the Points component unit tests. We need to do this for React and Vue.

React : For : packages/ez-react/src/components/Bubbles.tsx We need to create : packages/ez-react/tests/unit/components/Bubbles.spec.tsx

Vue : For : packages/ez-react/src/components/Bubbles.tsx We need to create : packages/ez-react/tests/unit/components/Bubbles.spec.tsx