fix(review-workflows): mock returned value does not match useDocument return type (#22719)

This commit is contained in:
markkaylor 2025-01-23 11:09:16 +01:00 committed by GitHub
parent 677282f680
commit ae7d728e62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,8 @@ describe('AssigneeSelect', () => {
components: {},
isLoading: false,
validate: jest.fn(),
getInitialFormValues: jest.fn(),
getTitle: jest.fn(),
document: {
documentId: '12345',
id: 12345,