-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
341 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
src/components/bo_avatar/__tests__/__snapshots__/bo_avatar.test.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`bo_avatar.vue > should match snapshot 1`] = `"<div class="bo-avatar flex items-center justify-center overflow-hidden shadow-sm text-white bg-sky-600 cursor-default rounded-lg size-10"><span class="bo-avatar__initials flex items-center justify-center"><span id="bo-text-jxykkl" class="bo-text inline-flex items-center overflow-hidden text-default leading-default text-current cursor-default font-normal text-justify font-inter whitespace-normal text-clip" alt="avatar">BO</span></span></div>"`; |
Oops, something went wrong.