Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent 41a275d commit da29d34
Show file tree
Hide file tree
Showing 40 changed files with 688 additions and 688 deletions.
2 changes: 1 addition & 1 deletion src/avatar/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Avatar > :props > :icon 1`] = `<div />`;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Avatar Component > props.content works fine 1`] = `
<div
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`BackTop Component > props.content works fine 1`] = `
<button
Expand Down
2 changes: 1 addition & 1 deletion src/badge/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Badge > :props > :color 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/breadcrumb/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Breadcrumb > <slot> > <separator> 1`] = `
<div
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Button Component > props.block works fine 1`] = `
<button
Expand Down
2 changes: 1 addition & 1 deletion src/calendar/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Calendar > :props > :cell 1`] = `
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/checkbox/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Checkbox > :props > :checked 1`] = `
<label
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`DatePicker > :mode 1`] = `
<div
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`DateRangePicker > :mode 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/divider/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Divider > :props > :align 1`] = `
<div
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Divider Component > props.align is equal to center 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/form/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Form > @event > validate 1`] = `
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Guide Component > GuideStep.body works fine 1`] = `
<body
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`InputNumber > :props > :defaultValue, default value 6 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/input/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Input > $attrs > input attrs should pass to input element 1`] = `
<div
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Input Component > props.align is equal to center 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/link/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Link > :props > :content 1`] = `
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/link/__tests__/__snapshots__/vitest-link.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Link Component > props.content works fine 1`] = `
<a
Expand Down
2 changes: 1 addition & 1 deletion src/list/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`List > :props > :asyncLoading is a function, () => VNode. 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/loading/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Loading > <slot> > <indicator> 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/menu/__tests__/__snapshots__/head-menu.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`HeadMenu > props > :active 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/menu/__tests__/__snapshots__/menu-item.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`MenuItem > props > :disabled 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/menu/__tests__/__snapshots__/menu.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Menu > props > :active 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/menu/__tests__/__snapshots__/submenu.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Submenu > props > :disabled 1`] = `
<li
Expand Down
2 changes: 1 addition & 1 deletion src/message/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Message > :props > :closeBtn is a function, () => VNode. 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/progress/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Progress > :props > :color > :color is Array, equal to ["#f00", "#0ff", "#f0f"] 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/radio/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Radio > :props > :checked 1`] = `
<label
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Radio Component > props.checked is equal to true 1`] = `
<label
Expand Down
2 changes: 1 addition & 1 deletion src/select/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Select > :props > :bordered 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/slider/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Slider > :props > 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/swiper/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Swiper > :props > :animation fade 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/tabs/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Tabs > :props > :addable 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/tag/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Tag or CheckTag > :Tag:props > :checked 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion src/textarea/__tests__/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Textarea > $attrs > textarea attrs should pass to textarea element 1`] = `
<div
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`TimelineItem Component > props.content works fine 1`] = `
<li
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`TreeSelect > :props > :clearable 1`] = `
<div
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Upload Component > props.draggable: theme=image & draggable=true, fail file render fine 1`] = `
<div
Expand Down
2 changes: 1 addition & 1 deletion test/snap/__snapshots__/csr.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`csr snapshot test > csr test ./src/affix/_example/base.vue 1`] = `
<div
Expand Down
1,298 changes: 649 additions & 649 deletions test/snap/__snapshots__/ssr.test.js.snap

Large diffs are not rendered by default.

0 comments on commit da29d34

Please sign in to comment.