Skip to content

Commit 64faa8d

Browse files
Update packages/snapshot-tests/src/formTests.tsx
Co-authored-by: Heath C <[email protected]>
1 parent d5531a1 commit 64faa8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/snapshot-tests/src/formTests.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ export function formTests(Form: ComponentType<FormProps>, customOptions: FormRen
364364
};
365365
const uiSchema: UiSchema = {
366366
'ui:widget': 'checkbox',
367-
'ui:description': 'This is a field template description',
368367
};
369368
const tree = renderer.create(<Form schema={schema} uiSchema={uiSchema} validator={validator} />).toJSON();
370369
expect(tree).toMatchSnapshot();

0 commit comments

Comments
 (0)