Browse Source

fix jest snapshot

pull/4516/head
afc163 8 years ago
parent
commit
b978937af8
  1. 4
      components/pagination/__tests__/__snapshots__/demo.test.js.snap

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

@ -539,7 +539,7 @@ exports[`test renders ./components/pagination/demo/simple.md correctly 1`] = `
title="上一页">
<a />
</li>
<div
<li
class="ant-pagination-simple-pager"
title="2/5">
<input
@ -550,7 +550,7 @@ exports[`test renders ./components/pagination/demo/simple.md correctly 1`] = `
</span>
5
</div>
</li>
<li
class=" ant-pagination-next"
title="下一页">

Loading…
Cancel
Save