Chris Hatton
Chris Hatton
@tjaadvd is confused and thinks you are talking about the app, whereas the issue is about the screensaver.
My work around @gbrlcardozo? You have to make sure you add the corresponding ID 'VueCarousel-slide-0' to the first slide component. If the slide component is part of a `v-for` loop,...
Am I correct in saying that Jest testing isn't supported yet in Nuxt 3? The installation document seems a little thin on the ground. https://v3.nuxtjs.org/getting-started/testing
I followed the guide, but I get the error `SyntaxError: Cannot use import statement outside a module` when running a test. This suggests I will need to setup Babel, but...