feat(Field): add inputmode props #12438
Annotations
2 errors
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.
|