Skip to content

Commit 31b0bd2

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

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
@@ -377,7 +377,6 @@ export function formTests(Form: ComponentType<FormProps>, customOptions: FormRen
377377
};
378378
const uiSchema: UiSchema = {
379379
'ui:widget': 'radio',
380-
'ui:description': 'This is a field template description',
381380
};
382381
const tree = renderer.create(<Form schema={schema} uiSchema={uiSchema} validator={validator} />).toJSON();
383382
expect(tree).toMatchSnapshot();

0 commit comments

Comments
 (0)