Skip to content

Added Unit-Tests for ImageSlider.vue

Michael Voigt requested to merge feature/121-unit-tests-ImageSlide into develop

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)

Merge request reports