initial copy from uni gitlab
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import React from "react";
|
||||
import { shallow } from "enzyme";
|
||||
import { RoleCreateForm } from "./RoleCreateForm";
|
||||
|
||||
it("renders without crashing", () => {
|
||||
shallow(
|
||||
<RoleCreateForm
|
||||
t={jest.fn()}
|
||||
classes={{}}
|
||||
theme={{}}
|
||||
multi={{}}
|
||||
initialValues={{}}
|
||||
options={{}}
|
||||
handleChangeMulti={jest.fn}
|
||||
onSubmit={jest.fn}
|
||||
id={{}}
|
||||
/>
|
||||
);
|
||||
});
|
||||
Reference in New Issue
Block a user