Skip to content

Commit

Permalink
Update snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
Asuka.Ochi authored and Asuka.Ochi committed Apr 18, 2019
1 parent e5a4777 commit f2046ee
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions __tests__/__snapshots__/snapshots.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`@financial-times/x-audio renders a default Playing x-audio 1`] = `
<div
style={
Object {
"backgroundColor": "white",
"height": "50px",
"width": "100%",
}
}
>
<div />
<div />
<button
onClick={undefined}
>
Pause
</button>
<button
onClick={undefined}
>
Close
</button>
</div>
`;

exports[`@financial-times/x-increment renders a default Async x-increment 1`] = `
<div>
<span>
Expand Down

0 comments on commit f2046ee

Please sign in to comment.