Skip to content

Commit 3bc6ef0

Browse files
committed
Auto-format file
1 parent 177714c commit 3bc6ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/skills/SkillsSectionContainer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe.skip("`SkillsSectionContainer`", () => {
4141
});
4242
});
4343

44-
it.skip("should combine api repos with local json skills ", done => {
44+
it.skip("should combine api repos with local json skills", done => {
4545
const wrapper = shallow(
4646
<SkillsSectionContainer rawSkills={MOCK_RAW_SKILLS} />
4747
);

0 commit comments

Comments
 (0)