Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim committed Dec 25, 2022
1 parent 4ead1fe commit 17a1c1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/image-viewer/__test__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports[`image-viewer :base 1`] = `
>
<wx-view
class="t-class-indicator t-loading__spinner t-loading__spinner--dots "
style="width: 44rpx; height: 44rpx; ; animation-duration: 0.8s; animation-play-state: running;"
style="width: 44rpx; height: 44rpx; color: inherit ; animation-duration: 0.8s; animation-play-state: running;"
>
<wx-view
class="t-loading__dot"
Expand Down Expand Up @@ -94,7 +94,7 @@ exports[`image-viewer :base 2`] = `
>
<wx-view
class="t-class-indicator t-loading__spinner t-loading__spinner--dots "
style="width: 44rpx; height: 44rpx; ; animation-duration: 0.8s; animation-play-state: running;"
style="width: 44rpx; height: 44rpx; color: inherit ; animation-duration: 0.8s; animation-play-state: running;"
>
<wx-view
class="t-loading__dot"
Expand Down Expand Up @@ -161,7 +161,7 @@ exports[`image-viewer :base 3`] = `
>
<wx-view
class="t-class-indicator t-loading__spinner t-loading__spinner--dots "
style="width: 44rpx; height: 44rpx; ; animation-duration: 0.8s; animation-play-state: running;"
style="width: 44rpx; height: 44rpx; color: inherit ; animation-duration: 0.8s; animation-play-state: running;"
>
<wx-view
class="t-loading__dot"
Expand Down
2 changes: 1 addition & 1 deletion src/side-bar/__test__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`SideBar SideBar base demo works fine 1`] = `
>
<t-side-bar-item
badgeProps=""
label="选项选项选项"
label="选项选项"
value="{{0}}"
/>
<t-side-bar-item
Expand Down

0 comments on commit 17a1c1c

Please sign in to comment.