Skip to content

Commit

Permalink
test: 💍 add new snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
samAbeywickrama committed Aug 5, 2019
1 parent c0514b8 commit c2a53b1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/__snapshots__/Source.test.js.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders properly 1`] = `
<source
src="src"
type="type"
/>
`;
14 changes: 14 additions & 0 deletions src/__snapshots__/VideoBg.test.js.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders properly 1`] = `
<div
className="undefined undefined"
>
<video
autoPlay={true}
className="undefined undefined"
loop={true}
muted={true}
/>
</div>
`;

0 comments on commit c2a53b1

Please sign in to comment.