perform front-end unit test from "view/User" - #1805

This commit is contained in:
Laurent Gay
2025-09-24 08:22:50 +02:00
parent 0fb85f09f5
commit 413d80c4e6
10 changed files with 464 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`EmailValidate > Show simple 1`] = `
"<section class="container mx-auto">
<div>
<h1 class="title">Your email has been changed</h1>
</div>
</section>"
`;