Skip to content

Commit b748095

Browse files
committed
updated the tests
1 parent 44e9c00 commit b748095

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/snapshot-tests/src/formTests.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,9 @@ export function formTests(Form: ComponentType<FormProps>) {
642642
};
643643
const uiSchema = {
644644
'ui:help': 'help me!',
645+
'ui:options': {
646+
classNames: 'help-block',
647+
},
645648
};
646649
const errors: string[] = ['an error'];
647650
const extraErrors = { __errors: errors } as ErrorSchema;

0 commit comments

Comments
 (0)