File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
22import { shallow } from "enzyme" ;
3- import { classSelector } from "../../utils/jestUtils " ;
3+ import { classSelector } from "../../utils/testUtils " ;
44import styles from "./Loading.module.scss" ;
55import Loading from "./Loading" ;
66
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from "react";
22import { shallow } from "enzyme" ;
33import cloneDeep from "clone-deep" ;
44import { startCase } from "lodash" ;
5- import { classSelector } from "../../utils/jestUtils " ;
5+ import { classSelector } from "../../utils/testUtils " ;
66import { getTimeSinceCommit } from "./repoUtils" ;
77import SkillCard from "./SkillCard" ;
88import { MOCK_SKILLS } from "./mockSkills" ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments