deck9 / input

A privacy-focused, no-code, open-source form builder designed for simplicity and brand consistency.
https://getinput.co
GNU Affero General Public License v3.0
187 stars 30 forks source link

Frontend Input Blocks should be unit tested #48

Open PhilReinking opened 1 year ago

PhilReinking commented 1 year ago

Right now, the different block types used in the frontend are not tested in any way.

I am not sure what the current best method of unit testing Vue components is, but we should consider add something to make sure nothing breaks at the form frontend.

PhilReinking commented 1 year ago

added vitest to test components. need to add tests now