Skip to content

Commit 42f0729

Browse files
committed
Update jestUtils -> testUtils
1 parent 9975bb6 commit 42f0729

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/loading/Loading.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { shallow } from "enzyme";
3-
import { classSelector } from "../../utils/jestUtils";
3+
import { classSelector } from "../../utils/testUtils";
44
import styles from "./Loading.module.scss";
55
import Loading from "./Loading";
66

src/components/skills/SkillCard.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import { shallow } from "enzyme";
33
import cloneDeep from "clone-deep";
44
import { startCase } from "lodash";
5-
import { classSelector } from "../../utils/jestUtils";
5+
import { classSelector } from "../../utils/testUtils";
66
import { getTimeSinceCommit } from "./repoUtils";
77
import SkillCard from "./SkillCard";
88
import { MOCK_SKILLS } from "./mockSkills";
File renamed without changes.

0 commit comments

Comments
 (0)