Skip to content

Commit 85dcea9

Browse files
committed
update snapshots
1 parent a5930bd commit 85dcea9

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

components/Buttons/LinkButton/__tests__/__snapshots__/LinkButton.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ exports[`LinkButton > should render with required props 1`] = `
2525
href="https://tests.com"
2626
onClick={[Function]}
2727
onMouseEnter={[Function]}
28+
onTouchStart={[Function]}
2829
>
2930
Test
3031
</a>

components/Cards/FlatCard/__tests__/__snapshots__/FlatCard.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ exports[`FlatCard > should render with many props assigned 1`] = `
3636
href="/"
3737
onClick={[Function]}
3838
onMouseEnter={[Function]}
39+
onTouchStart={[Function]}
3940
>
4041
Widget Action
4142
</a>

components/Forms/RegistrationForm/__tests__/__snapshots__/RegistrationForm.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ exports[`RegistrationForm > should render with required props 1`] = `
1919
href="/slack_guide"
2020
onClick={[Function]}
2121
onMouseEnter={[Function]}
22+
onTouchStart={[Function]}
2223
>
2324
Learn how to use it!
2425
</a>

components/ReusableSections/JoinSection/__tests__/__snapshots__/JoinSection.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ exports[`JoinSection > should render 1`] = `
5252
href="/join"
5353
onClick={[Function]}
5454
onMouseEnter={[Function]}
55+
onTouchStart={[Function]}
5556
>
5657
Register Now
5758
</a>

0 commit comments

Comments
 (0)