import React from "react"; import { mount } from "enzyme"; import Heading from "."; describe("", () => { it("renders without error", () => { const wrapper = mount( Some text ); expect(wrapper).toExist(); }); });