Skip to content

Commit

Permalink
ChatItem snapshots added.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Aug 9, 2017
1 parent 65635e7 commit 331266e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions src/ChatItem/__tests__/__snapshots__/ChatItem.js.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ChatItem component should render without issues 1`] = `
<div
className="rce-container-citem"
>
<div
className="rce-citem"
>
<div
className="rce-citem-avatar"
>
<img />
</div>
<div
className="rce-citem-body"
>
<div
className="rce-citem-body--top"
>
<div
className="rce-citem-body--top-title"
/>
<div
className="rce-citem-body--top-time"
>
a few seconds ago
</div>
</div>
<div
className="rce-citem-body--bottom"
>
<div
className="rce-citem-body--bottom-title"
/>
<div
className="rce-citem-body--bottom-status"
/>
</div>
</div>
</div>
</div>
`;

0 comments on commit 331266e

Please sign in to comment.