mirror of
https://github.com/strapi/strapi.git
synced 2025-09-24 16:04:54 +00:00
fix(review-workflows): mock returned value does not match useDocument return type (#22719)
This commit is contained in:
parent
677282f680
commit
ae7d728e62
@ -101,6 +101,8 @@ describe('AssigneeSelect', () => {
|
||||
components: {},
|
||||
isLoading: false,
|
||||
validate: jest.fn(),
|
||||
getInitialFormValues: jest.fn(),
|
||||
getTitle: jest.fn(),
|
||||
document: {
|
||||
documentId: '12345',
|
||||
id: 12345,
|
||||
|
Loading…
x
Reference in New Issue
Block a user