chakra-ui / chakra-ui-vue

⚡️ Build scalable and accessible Vue.js applications with ease.

Home Page:https://vue.chakra-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPopper(FR): Add tests for `CPopper` component

codebender828 opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently the CPopper component doesn't have any tests written for it. At the time of writing that component, I also did not have a very solid background on writing Vue component tests. So I wrote some it.todo statements to cover my basic expectation of the CPopper component.

Describe the solution you'd like

  • Write a sensible set of unit tests for the CPopper component. (Should cover modifiers options that require some attention)

Additional context