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
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