import React from "react"; import { mount } from "enzyme"; import TimerIcon from "@components/TimerIcon"; it("renders without crashing", () => { mount(); });