weicheng2138 / vue3-input

A elegant input with tailwind and validator
0 stars 1 forks source link

Add unit tests for components #2

Closed Cindy6166 closed 2 years ago

Cindy6166 commented 2 years ago

i've configured test with vitest, vue-test-util, and happy-dom. Also wrote the unit tests for components, its coverage as the following list.

Cindy6166 commented 2 years ago

@weicheng2138 i fixed the warning issue by including the required props in the test. Please check f6e3dc2.