Skip to content

Commit 6182d63

Browse files
committed
chore(alert): update snapshots
1 parent 7714edf commit 6182d63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/paste-core/components/alert/__tests__/__snapshots__/index.spec.tsx.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ exports[`Alert Variant error Should render an error alert with dismiss button 1`
304304
fontFamily="fontFamilyText"
305305
fontWeight="fontWeightSemibold"
306306
onClick={[MockFunction]}
307+
onMouseEnter={[Function]}
308+
onMouseLeave={[Function]}
307309
textDecoration="none"
308310
type="button"
309311
width="auto"
@@ -653,6 +655,8 @@ exports[`Alert Variant neutral Should render a neutral alert with dismiss button
653655
fontFamily="fontFamilyText"
654656
fontWeight="fontWeightSemibold"
655657
onClick={[MockFunction]}
658+
onMouseEnter={[Function]}
659+
onMouseLeave={[Function]}
656660
textDecoration="none"
657661
type="button"
658662
width="auto"
@@ -1002,6 +1006,8 @@ exports[`Alert Variant warning Should render an warning alert with dismiss butto
10021006
fontFamily="fontFamilyText"
10031007
fontWeight="fontWeightSemibold"
10041008
onClick={[MockFunction]}
1009+
onMouseEnter={[Function]}
1010+
onMouseLeave={[Function]}
10051011
textDecoration="none"
10061012
type="button"
10071013
width="auto"

0 commit comments

Comments
 (0)