Skip to content

Commit a968162

Browse files
committed
Added snapshots
1 parent 5e71864 commit a968162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-core/src/components/Hero/__tests__/__snapshots__/Hero.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Matches the snapshot with backgroundSrc and gradiant props 1`] = `
3+
exports[`Matches the snapshot with backgroundSrc and gradient props 1`] = `
44
<DocumentFragment>
55
<div
66
class="pf-v6-c-hero"
@@ -11,7 +11,7 @@ exports[`Matches the snapshot with backgroundSrc and gradiant props 1`] = `
1111
</DocumentFragment>
1212
`;
1313

14-
exports[`Matches the snapshot without backgroundSrc and gradiant props 1`] = `
14+
exports[`Matches the snapshot without backgroundSrc and gradient props 1`] = `
1515
<DocumentFragment>
1616
<div
1717
class="pf-v6-c-hero"

0 commit comments

Comments
 (0)