Skip to content

Commit 43dfd7a

Browse files
committed
chore(test): snapshots updated
1 parent 61294f0 commit 43dfd7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/anu-vue/test/__snapshots__/ABtn.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`Testing ABtn > can mount component 1`] = `
44
"<button tabindex=\\"0\\" style=\\"--a-title-c: 0, 0%, 100%; --a-subtitle-c: 0, 0%, 100%; --a-layer-c: var(--a-primary);\\" class=\\"inline-flex whitespace-nowrap justify-center items-center relative a-btn states a-title-opacity-100 a-subtitle-opacity-100 [--a-layer-opacity:1] text-white\\">
55
<!-- ℹ️ Don't render spinner if not using loading -->
66
<!--v-if-->
7-
<div class=\\"a-btn-content\\">
7+
<div class=\\"a-btn-content\\" data-no-reference=\\"\\">
88
<!--v-if-->Click me
99
<!--v-if-->
1010
</div>

packages/anu-vue/test/__snapshots__/ATable.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`Testing ATable & ADataTable > mount component 1`] = `
44
"<div class=\\"a-card relative overflow-hidden bg-[hsla(var(--a-surface-c),var(--un-bg-opacity,1))] a-table a-data-table\\">
@@ -74,13 +74,13 @@ exports[`Testing ATable & ADataTable > mount component 1`] = `
7474
<div class=\\"a-data-table-pagination-navigation\\"><button tabindex=\\"-1\\" style=\\"--a-layer-c: var(--a-primary);\\" class=\\"inline-flex whitespace-nowrap justify-center items-center relative a-btn-icon-only opacity-50 pointer-events-none states a-title-opacity-100 a-subtitle-opacity-100 a-title-primary a-subtitle-primary a-data-table-paginate-previous\\" disabled=\\"\\">
7575
<!-- ℹ️ Don't render spinner if not using loading -->
7676
<!--v-if-->
77-
<div class=\\"a-btn-content\\"><i class=\\"i-bx-left-arrow-alt\\"></i>
77+
<div class=\\"a-btn-content\\" data-no-reference=\\"\\"><i class=\\"i-bx-left-arrow-alt\\"></i>
7878
<!--v-if-->
7979
</div>
8080
</button><button tabindex=\\"0\\" style=\\"--a-layer-c: var(--a-primary);\\" class=\\"inline-flex whitespace-nowrap justify-center items-center relative a-btn-icon-only states a-title-opacity-100 a-subtitle-opacity-100 a-title-primary a-subtitle-primary a-data-table-paginate-next\\">
8181
<!-- ℹ️ Don't render spinner if not using loading -->
8282
<!--v-if-->
83-
<div class=\\"a-btn-content\\"><i class=\\"i-bx-right-arrow-alt\\"></i>
83+
<div class=\\"a-btn-content\\" data-no-reference=\\"\\"><i class=\\"i-bx-right-arrow-alt\\"></i>
8484
<!--v-if-->
8585
</div>
8686
</button></div>

0 commit comments

Comments
 (0)