input
input copied to clipboard
Frontend Input Blocks should be unit tested
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.
added vitest to test components. need to add tests now