Skip to content

Commit

Permalink
update snapshpot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rwieruch committed Oct 3, 2018
1 parent 413fc63 commit 0007d5e
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/__snapshots__/App.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,16 @@ exports[`App has a valid snapshot 1`] = `
exports[`Button has a valid snapshot 1`] = `
<button
className=""
onClick={undefined}
type="button"
>
Give Me More
</button>
`;

exports[`Search has a valid snapshot 1`] = `
<form
onSubmit={undefined}
>
<form>
<input
onChange={undefined}
type="text"
value={undefined}
/>
<button
type="submit"
Expand Down Expand Up @@ -223,9 +218,7 @@ exports[`Table has a valid snapshot 1`] = `
}
}
>
<a
href={undefined}
>
<a>
1
</a>
</span>
Expand Down Expand Up @@ -282,9 +275,7 @@ exports[`Table has a valid snapshot 1`] = `
}
}
>
<a
href={undefined}
>
<a>
2
</a>
</span>
Expand Down

0 comments on commit 0007d5e

Please sign in to comment.