sifferhans / basic-ui

A collection of basic but polished components for Vue 3.

Home Page:https://basic-ui.sigveh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component tests

sifferhans opened this issue · comments

Is your feature request related to a problem? Please describe.
When developing reuseable components there will be bugs, and it is smart to catch those as early as possible.

Describe the solution you'd like
Implement a testing workflow for all components. Might be nice to look into Testing Library and Vitest.