We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177714c commit 3bc6ef0Copy full SHA for 3bc6ef0
src/components/skills/SkillsSectionContainer.test.tsx
@@ -41,7 +41,7 @@ describe.skip("`SkillsSectionContainer`", () => {
41
});
42
43
44
- it.skip("should combine api repos with local json skills ", done => {
+ it.skip("should combine api repos with local json skills", done => {
45
const wrapper = shallow(
46
<SkillsSectionContainer rawSkills={MOCK_RAW_SKILLS} />
47
);
0 commit comments