Add explicit indication of all tests passed

This commit is contained in:
D. Berge
2022-03-09 21:36:49 +01:00
parent c86cbdc493
commit 750beb5c02

View File

@@ -80,6 +80,12 @@
v-text="itemCount(item)"
>
</v-chip>
<v-chip class="ml-2" v-else
x-small
color="success"
>
All passed
</v-chip>
<v-chip v-for="label of item.labels"
class="mx-1"