Browse Source

fix: fix snapshot (#30556)

pull/30560/head
Amumu 4 years ago
committed by GitHub
parent
commit
da1d737887
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/progress/__tests__/__snapshots__/demo.test.js.snap

4
components/progress/__tests__/__snapshots__/demo.test.js.snap

@ -789,7 +789,7 @@ Array [
stroke="url(#ant-progress-gradient-12)" stroke="url(#ant-progress-gradient-12)"
stroke-linecap="round" stroke-linecap="round"
stroke-width="6" stroke-width="6"
style="stroke:[object Object];stroke-dasharray:265.77873849369655px 295.3097094374406px;stroke-dashoffset:-0px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s" style="stroke-dasharray:265.77873849369655px 295.3097094374406px;stroke-dashoffset:-0px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s"
/> />
</svg> </svg>
<span <span
@ -849,7 +849,7 @@ Array [
stroke="url(#ant-progress-gradient-13)" stroke="url(#ant-progress-gradient-13)"
stroke-linecap="round" stroke-linecap="round"
stroke-width="6" stroke-width="6"
style="stroke:[object Object];stroke-dasharray:295.3097094374406px 295.3097094374406px;stroke-dashoffset:-0px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s" style="stroke-dasharray:295.3097094374406px 295.3097094374406px;stroke-dashoffset:-0px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s"
/> />
</svg> </svg>
<span <span

Loading…
Cancel
Save