Replies: 4 comments 6 replies
-
|
I have the same issue with some first lines - this file was 100% covered weeks ago and has no changes since then. |
Beta Was this translation helpful? Give feedback.
-
|
Any solution for this please? |
Beta Was this translation helpful? Give feedback.
-
|
i found out, its often v-if's or events that are not tested. Why they are not marked in their lines, i can't catch |
Beta Was this translation helpful? Give feedback.
-
|
@BIGScream not sure that is just that. My component is ONLY this: <script lang="ts">
import TermsOfUse from '$lib/components/terms-of-use/TermsOfUse.svelte';
</script>
<TermsOfUse />and i have |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How is it possible that the <script setup> results as an uncovered branch?
Beta Was this translation helpful? Give feedback.
All reactions