perform front-end unit test from "view/Group" - #1879

This commit is contained in:
Laurent GAY
2025-10-20 11:26:39 +02:00
committed by setop
parent 7ea9645a6c
commit ef6f875e74
18 changed files with 915 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`GroupMembers > Show simple 1`] = `
"<div>
<!--v-if-->
<transition-stub name="fade" appear="false" persisted="false" css="true">
<!---->
</transition-stub>
<!--v-if-->
</div>"
`;