Skip to content

Commit

Permalink
test: fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
xballoy authored and guillaume-chervet committed Sep 1, 2020
1 parent fee2f9a commit 172a493
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/help/src/__snapshots__/Help.spec.js.snap
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<Help> Render Should render Help component 1`] = `
<div
<button
className="af-popover__wrapper"
onClick={[Function]}
onKeyDown={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
role="button"
tabIndex="0"
type="button"
>
<div
className="af-popover__container"
Expand All @@ -29,5 +27,5 @@ exports[`<Help> Render Should render Help component 1`] = `
</button>
</div>
</div>
</div>
</button>
`;

0 comments on commit 172a493

Please sign in to comment.