mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-01 13:13:10 +00:00
Fixed failing CI due to unit test of Table Query (#3564)
This commit is contained in:
parent
fe1dc0ac52
commit
4b99002b0f
@ -106,7 +106,7 @@ const mockTableQueriesProp = {
|
|||||||
queries: mockQueriesData,
|
queries: mockQueriesData,
|
||||||
};
|
};
|
||||||
|
|
||||||
jest.mock('./ QueryCard', () => {
|
jest.mock('./QueryCard', () => {
|
||||||
return jest.fn().mockReturnValue(<p>QueryCard</p>);
|
return jest.fn().mockReturnValue(<p>QueryCard</p>);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user