29 lines
541 B
Plaintext
29 lines
541 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Render should render component 1`] = `
|
|
<VerticalGroup>
|
|
<FieldSet
|
|
label="Team Settings"
|
|
>
|
|
<Form
|
|
defaultValues={
|
|
Object {
|
|
"avatarUrl": "some/url/",
|
|
"email": "test@test.com",
|
|
"id": 1,
|
|
"memberCount": 1,
|
|
"name": "test",
|
|
"permission": 0,
|
|
}
|
|
}
|
|
onSubmit={[Function]}
|
|
>
|
|
<Component />
|
|
</Form>
|
|
</FieldSet>
|
|
<SharedPreferences
|
|
resourceUri="teams/1"
|
|
/>
|
|
</VerticalGroup>
|
|
`;
|