Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Feb 25, 2020
1 parent c639518 commit 851fa31
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports[`TooltipDefinition should allow the user to specify the direction 1`] =
<div
className="bx--tooltip--definition bx--tooltip--a11y custom-class"
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<button
aria-describedby="definition-tooltip-3"
Expand Down Expand Up @@ -39,6 +40,7 @@ exports[`TooltipDefinition should render 1`] = `
<div
className="bx--tooltip--definition bx--tooltip--a11y custom-class"
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<button
aria-describedby="definition-tooltip-1"
Expand Down Expand Up @@ -69,6 +71,7 @@ exports[`TooltipDefinition should support a custom trigger element class 1`] = `
<div
className="bx--tooltip--definition bx--tooltip--a11y custom-class"
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<button
aria-describedby="definition-tooltip-2"
Expand Down

0 comments on commit 851fa31

Please sign in to comment.