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