mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 00:09:18 +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: {},
|
components: {},
|
||||||
isLoading: false,
|
isLoading: false,
|
||||||
validate: jest.fn(),
|
validate: jest.fn(),
|
||||||
|
getInitialFormValues: jest.fn(),
|
||||||
|
getTitle: jest.fn(),
|
||||||
document: {
|
document: {
|
||||||
documentId: '12345',
|
documentId: '12345',
|
||||||
id: 12345,
|
id: 12345,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user