Added Unit-Tests for ImageSlider.vue
closes #121 (closed)
- Adapted ImageSlider.vue slightly to be a bit more readable and responsive
- The last test is skipped yet, because it will constantly fail due to the vue-test-utils/vue3-compositionAPI incompatibility
- ImageSlider.vue includes a watch for photos (a non existent property), this was changed to "images", so the onUpdate-emit reports a change in the images-prop (i hope that is what was intended)