docs: update docs about new clearChildValidation prop

This commit is contained in:
Daniel Lautzenheiser
2023-08-31 12:13:43 -04:00
parent e0dadaf817
commit e2d32471ad
2 changed files with 26 additions and 48 deletions

View File

@ -73,6 +73,7 @@ export const createMockWidgetControlProps = <
controlled: false,
theme: 'light',
onChange: jest.fn(),
clearChildValidation: jest.fn(),
query: jest.fn(),
t: jest.fn(),
...extra,