chore(deps): update all patch dependencies #12643
Annotations
2 errors and 1 warning
src/notice-bar/test/index.spec.tsx > should start scrolling when content width > wrap width :
packages/vant/src/notice-bar/test/index.spec.tsx#L68
Error: Snapshot `should start scrolling when content width > wrap width 1` mismatched
- Expected
+ Received
@@ -5,11 +5,11 @@
<div
role="marquee"
class="van-notice-bar__wrap"
>
<div
- style="transition-duration: 1.6666666666666667s; transform: translateX(-100px);"
+ style="transition-duration: 0s;"
class="van-notice-bar__content"
>
foo
</div>
</div>
❯ src/notice-bar/test/index.spec.tsx:68:26
|
test
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|