Skip to content

Commit

Permalink
testid
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliL committed Jul 26, 2024
1 parent 4711b70 commit cacced1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/SpanAmount.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<template>
<span :class="amountClass" style="white-space: nowrap">{{
amountString
}}</span>
<span
:class="amountClass"
style="white-space: nowrap"
data-testid="amountSpan"
>{{ amountString }}</span
>
</template>

<script lang="ts" setup>
Expand Down

0 comments on commit cacced1

Please sign in to comment.