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