Skip to content

Commit

Permalink
✅ updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanus authored and afc163 committed Nov 2, 2018
1 parent 30db3f2 commit 1ad5baa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions components/__tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Array [
"Cascader",
"Checkbox",
"Col",
"Comment",
"DatePicker",
"Divider",
"Dropdown",
Expand Down
12 changes: 6 additions & 6 deletions components/comment/__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/comment/demo/basic.md correctly 1`] = `
<div
class="ant-comment"
class="ant-comment-comment"
>
<div
class="ant-comment-inner"
Expand Down Expand Up @@ -33,7 +33,7 @@ exports[`renders ./components/comment/demo/basic.md correctly 1`] = `
</a>
</span>
<span
class="ant-comment-header-author-time"
class="ant-comment-header-author-time ant-comment-header-author-time-tooltip"
>
a few seconds ago
</span>
Expand Down Expand Up @@ -143,7 +143,7 @@ exports[`renders ./components/comment/demo/list.md correctly 1`] = `
class="ant-list-item-content ant-list-item-content-single"
>
<div
class="ant-comment"
class="ant-comment-comment"
>
<div
class="ant-comment-inner"
Expand All @@ -167,7 +167,7 @@ exports[`renders ./components/comment/demo/list.md correctly 1`] = `
Han Solo
</span>
<span
class="ant-comment-header-author-time"
class="ant-comment-header-author-time ant-comment-header-author-time-tooltip"
>
a day ago
</span>
Expand Down Expand Up @@ -206,7 +206,7 @@ exports[`renders ./components/comment/demo/list.md correctly 1`] = `
class="ant-list-item-content ant-list-item-content-single"
>
<div
class="ant-comment"
class="ant-comment-comment"
>
<div
class="ant-comment-inner"
Expand All @@ -230,7 +230,7 @@ exports[`renders ./components/comment/demo/list.md correctly 1`] = `
Stormtrooper
</span>
<span
class="ant-comment-header-author-time"
class="ant-comment-header-author-time ant-comment-header-author-time-tooltip"
>
2 days ago
</span>
Expand Down
1 change: 1 addition & 0 deletions tests/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Array [
"Cascader",
"Checkbox",
"Col",
"Comment",
"DatePicker",
"Divider",
"Dropdown",
Expand Down

0 comments on commit 1ad5baa

Please sign in to comment.