Fix spelling of "regularly"

Signed-off-by: Aravind V Nair <22199259+aravindvnair99@users.noreply.github.com>
This commit is contained in:
Aravind V Nair
2021-03-01 15:59:35 +05:30
parent 9cb1b35ac2
commit fb1b92b0a2
4 changed files with 57 additions and 57 deletions
@@ -54,7 +54,7 @@ exports[`Markdown renders devDynamicBlogs is true 1`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -267,7 +267,7 @@ exports[`Markdown renders githubProfileTrophy is true 1`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -480,7 +480,7 @@ exports[`Markdown renders githubProfileTrophy is true 2`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -693,7 +693,7 @@ exports[`Markdown renders topLanguages is true 1`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -906,7 +906,7 @@ exports[`Markdown renders topLanguages is true and githubStats is true 1`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -1119,7 +1119,7 @@ exports[`Markdown renders twitterBadge is true 1`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -1332,7 +1332,7 @@ exports[`Markdown renders visitorsBadge is true 1`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -1543,7 +1543,7 @@ exports[`Markdown renders without link.currentWork 1`] = `
prefix="👨‍💻 All of my projects are available at"
/>
<DisplayWork
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -1755,7 +1755,7 @@ exports[`Markdown renders without prefix.title and data.title 1`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -1968,7 +1968,7 @@ exports[`Markdown renders without subtitle 1`] = `
/>
<DisplayWork
link="blog"
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
prefix="💬 Ask me about"
@@ -20,7 +20,7 @@ exports[`DisplayWork Preview renders correctly 1`] = `
<div
className="my-2"
>
[object Object]
[object Object]
<a
className="no-underline text-blue-700"
href="https://dummy.com"
@@ -35,7 +35,7 @@ exports[`DisplayWork Preview renders correctly with no link 1`] = `
<div
className="my-2"
>
[object Object]
[object Object]
<b>
readme-generator
</b>
@@ -52,7 +52,7 @@ exports[`DisplayWork Preview renders correctly with no project 1`] = `
<div
className="my-2"
>
[object Object]
[object Object]
<a
className="no-underline text-blue-700"
href="https://dummy.com"
@@ -86,7 +86,7 @@ exports[`GithubProfileTrophy Preview renders correctly with show true 1`] = `
<div
className="text-left my-2"
>
<a
href="https://github.com/ryo-ma/github-profile-trophy"
>
@@ -95,7 +95,7 @@ exports[`GithubProfileTrophy Preview renders correctly with show true 1`] = `
src="https://github-profile-trophy.vercel.app/?username="
/>
</a>
</div>
`;
@@ -182,7 +182,7 @@ exports[`Markdown Preview renders correctly 1`] = `
},
"prefix": Object {
"ama": "💬 Ask me about",
"blog": "📝 I regulary write articles on",
"blog": "📝 I regularly write articles on",
"collaborateOn": "👯 Im looking to collaborate on",
"contact": "📫 How to reach me",
"currentLearn": "🌱 Im currently learning",
@@ -498,7 +498,7 @@ exports[`TwitterBadgePreview Preview renders correctly with show true 1`] = `
<div
className="text-left my-2"
>
<a
href="https://twitter.com/\${props.twitter}"
target="blank"
@@ -509,7 +509,7 @@ exports[`TwitterBadgePreview Preview renders correctly with show true 1`] = `
src="https://img.shields.io/twitter/follow/?logo=twitter&style=for-the-badge"
/>
</a>
</div>
`;
@@ -519,13 +519,13 @@ exports[`VisitorsBadge Preview renders correctly with show true 1`] = `
<div
className="text-left my-2"
>
<img
alt=""
className="h-4 sm:h-6"
src="https://komarev.com/ghpvc/?username=&label=Profile%20views&color=0e75b6&style=flat"
/>
</div>
`;
@@ -560,7 +560,7 @@ exports[`Work Preview renders correctly 1`] = `
/>
<DisplayWork
link=""
prefix="📝 I regulary write articles on"
prefix="📝 I regularly write articles on"
/>
<DisplayWork
link=""
+1 -1
View File
@@ -56,7 +56,7 @@ describe("Markdown", () => {
},
prefix: {
ama: '💬 Ask me about',
blog: '📝 I regulary write articles on',
blog: '📝 I regularly write articles on',
collaborateOn: '👯 Im looking to collaborate on',
contact: '📫 How to reach me',
currentLearn: '🌱 Im currently learning',
@@ -16,7 +16,7 @@ const DEFAULT_PREFIX = {
resume: "📄 Know about my experiences",
funFact: "⚡ Fun fact",
portfolio: "👨‍💻 All of my projects are available at",
blog: "📝 I regulary write articles on",
blog: "📝 I regularly write articles on",
}
const DEFAULT_DATA = {
@@ -117,7 +117,7 @@ describe("Markdown Preview", () => {
link={link}
social={social}
skills={skills} />)
expect(tree).toMatchSnapshot()
})
})
@@ -126,24 +126,24 @@ describe("Title Preview", () => {
let prefix = DEFAULT_PREFIX;
let data = DEFAULT_DATA;
const tree = shallow(<TitlePreview prefix={prefix.title} title={data.title} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no prefix", () => {
let prefix = DEFAULT_PREFIX;
const tree = shallow(<TitlePreview prefix={prefix.title} title={""} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no title", () => {
let data = DEFAULT_DATA;
const tree = shallow(<TitlePreview title={data.title} prefix={""} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no title and prefix", () => {
const tree = shallow(<TitlePreview />)
expect(tree).toMatchSnapshot()
})
})
@@ -151,29 +151,29 @@ describe("SubTitle Preview", () => {
it("renders correctly", () => {
let data = DEFAULT_DATA;
const tree = shallow(<SubTitlePreview subtitle={data.subtitle} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no subtitle", () => {
const tree = shallow(<SubTitlePreview subtitle={""} />)
expect(tree).toMatchSnapshot()
})
})
describe("SectionTitle Preview", () => {
it("renders correctly", () => {
const tree = shallow(<SectionTitle visible={true} label={"dummy"} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no label", () => {
const tree = shallow(<SectionTitle visible={true} label={""} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with visible false", () => {
const tree = shallow(<SectionTitle visible={false} label={"dummy"} />)
expect(tree).toMatchSnapshot()
})
})
@@ -183,51 +183,51 @@ describe("DisplayWork Preview", () => {
let data = DEFAULT_DATA;
let link = DEFAULT_LINK;
const tree = shallow(<DisplayWork prefix={prefix} project={data.currentWork} link={link.currentWork} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no prefix, link and project", () => {
const tree = shallow(<DisplayWork prefix={undefined} project={undefined} link={undefined} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no prefix", () => {
let data = DEFAULT_DATA;
let link = DEFAULT_LINK;
const tree = shallow(<DisplayWork prefix={undefined} project={data.currentWork} link={link.currentWork} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no project", () => {
let prefix = DEFAULT_PREFIX;
let link = DEFAULT_LINK;
const tree = shallow(<DisplayWork prefix={prefix} project={undefined} link={link.currentWork} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no link", () => {
let prefix = DEFAULT_PREFIX;
let data = DEFAULT_DATA;
const tree = shallow(<DisplayWork prefix={prefix} project={data.currentWork} link={undefined}/>)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no prefix and link", () => {
let data = DEFAULT_DATA;
const tree = shallow(<DisplayWork project={data.currentWork} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no project and link", () => {
let prefix = DEFAULT_PREFIX;
const tree = shallow(<DisplayWork prefix={prefix} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no project and prefix", () => {
let link = DEFAULT_LINK;
const tree = shallow(<DisplayWork link={link.currentWork} />)
expect(tree).toMatchSnapshot()
})
})
@@ -240,7 +240,7 @@ describe("DisplaySocial Preview", () => {
username={social.codepen}
/>
)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no username", () => {
@@ -250,7 +250,7 @@ describe("DisplaySocial Preview", () => {
username={""}
/>
)
expect(tree).toMatchSnapshot()
})
})
@@ -268,7 +268,7 @@ describe("VisitorsBadge Preview", () => {
}}
/>
)
expect(tree).toMatchSnapshot()
})
it("renders correctly with show true", () => {
@@ -284,7 +284,7 @@ describe("VisitorsBadge Preview", () => {
}}
/>
)
expect(tree).toMatchSnapshot()
})
})
@@ -296,7 +296,7 @@ describe("GithubProfileTrophy Preview", () => {
show={data.githubProfileTrophy}
github={social.github}
/>)
expect(tree).toMatchSnapshot()
})
it("renders correctly with show true", () => {
@@ -306,7 +306,7 @@ describe("GithubProfileTrophy Preview", () => {
show={true}
github={social.github}
/>)
expect(tree).toMatchSnapshot()
})
})
@@ -318,7 +318,7 @@ describe("TwitterBadgePreview Preview", () => {
show={data.twitterBadge}
twitter={social.twitter}
/>)
expect(tree).toMatchSnapshot()
})
it("renders correctly with show true", () => {
@@ -328,7 +328,7 @@ describe("TwitterBadgePreview Preview", () => {
show={true}
twitter={social.twitter}
/>)
expect(tree).toMatchSnapshot()
})
})
@@ -339,7 +339,7 @@ describe("Work Preview", () => {
let link = DEFAULT_LINK;
let props = { data: data, prefix: prefix, link: link }
const tree = shallow(<WorkPreview work={props} />)
expect(tree).toMatchSnapshot()
})
})
@@ -347,7 +347,7 @@ describe("Social Preview", () => {
it("renders correctly", () => {
let social = DEFAULT_SOCIAL;
const tree = shallow(<SocialPreview social={social} />)
expect(tree).toMatchSnapshot()
})
})
@@ -355,13 +355,13 @@ describe("Skills Preview", () => {
it("renders correctly", () => {
let skills = DUMMY_SKILLS.skills
const tree = shallow(<SkillsPreview skills={skills} />)
expect(tree).toMatchSnapshot()
})
it("renders correctly with no skills", () => {
let skills = {}
const tree = shallow(<SkillsPreview skills={skills} />)
expect(tree).toMatchSnapshot()
})
})
@@ -374,7 +374,7 @@ describe("TopLanguages Preview", () => {
github={social.github}
options={data.topLanguagesOptions}
/>)
expect(tree).toMatchSnapshot()
})
it("renders correctly with show true", () => {
@@ -385,7 +385,7 @@ describe("TopLanguages Preview", () => {
github={social.github}
options={data.topLanguagesOptions}
/>)
expect(tree).toMatchSnapshot()
})
})
@@ -398,7 +398,7 @@ describe("GitHubStats Preview", () => {
github={social.github}
options={data.githubStatsOptions}
/>)
expect(tree).toMatchSnapshot()
})
it("renders correctly", () => {
@@ -409,7 +409,7 @@ describe("GitHubStats Preview", () => {
github={social.github}
options={data.githubStatsOptions}
/>)
expect(tree).toMatchSnapshot()
})
})