Skip to content

Commit

Permalink
snapshot updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvboesch authored and afc163 committed Jul 31, 2018
1 parent dd3f520 commit 4ab281a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/timeline/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`renders ./components/timeline/demo/alternate.md correctly 1`] = `
<ul
class="ant-timeline alternate"
class="ant-timeline ant-timeline-alternate"
>
<li
class="ant-timeline-item ant-timeline-item-left"
Expand Down Expand Up @@ -109,7 +109,7 @@ exports[`renders ./components/timeline/demo/alternate.md correctly 1`] = `

exports[`renders ./components/timeline/demo/basic.md correctly 1`] = `
<ul
class="ant-timeline"
class="ant-timeline ant-timeline-"
>
<li
class="ant-timeline-item"
Expand Down Expand Up @@ -176,7 +176,7 @@ exports[`renders ./components/timeline/demo/basic.md correctly 1`] = `

exports[`renders ./components/timeline/demo/color.md correctly 1`] = `
<ul
class="ant-timeline"
class="ant-timeline ant-timeline-"
>
<li
class="ant-timeline-item"
Expand Down Expand Up @@ -259,7 +259,7 @@ exports[`renders ./components/timeline/demo/color.md correctly 1`] = `

exports[`renders ./components/timeline/demo/custom.md correctly 1`] = `
<ul
class="ant-timeline"
class="ant-timeline ant-timeline-"
>
<li
class="ant-timeline-item"
Expand Down Expand Up @@ -332,7 +332,7 @@ exports[`renders ./components/timeline/demo/custom.md correctly 1`] = `
exports[`renders ./components/timeline/demo/pending.md correctly 1`] = `
<div>
<ul
class="ant-timeline ant-timeline-pending"
class="ant-timeline ant-timeline-pending ant-timeline-"
>
<li
class="ant-timeline-item"
Expand Down Expand Up @@ -413,7 +413,7 @@ exports[`renders ./components/timeline/demo/pending.md correctly 1`] = `

exports[`renders ./components/timeline/demo/right.md correctly 1`] = `
<ul
class="ant-timeline right"
class="ant-timeline ant-timeline-right"
>
<li
class="ant-timeline-item ant-timeline-item-right"
Expand Down

0 comments on commit 4ab281a

Please sign in to comment.