Skip to content

Commit abbf57e

Browse files
authored
Merge pull request #106 from ahmadshalabi/fix-socialshare-unitTests
Fix the falling social share unit tests
2 parents 4454d2a + 0feb238 commit abbf57e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/SocialShare/__snapshots__/Linkedin.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ exports[`renders a project card 1`] = `
44
<a
55
className="icon-card linkedin"
66
href="https://www.linkedin.com/shareArticle?mini=true&url=https://goo.gl/66Axwe&title=First%20Contributions%20&summary=A%20project%20to%20help%20beginners%20get%20started%20with%20contributing%20to%20open%20source&source=https://roshanjossey.github.io"
7+
rel="noopener noreferrer"
78
target="_blank"
89
>
910
<svg

src/components/SocialShare/__snapshots__/Twitter.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ exports[`renders a project card 1`] = `
44
<a
55
className="icon-card twitter"
66
href="https://twitter.com/intent/tweet?text=Yay%21%20I%20just%20made%20my%20first%20open%20source%20contribution%20with%20@1stcontribution.%20You%20can%20too%20at%20https%3A//goo.gl/66Axwe%0A&hashtags=OpenSource,CodeNewbie,Hacktoberfest"
7+
rel="noopener noreferrer"
78
target="_blank"
89
>
910
<svg

0 commit comments

Comments
 (0)