Fixed failing CI due to unit test of Table Query (#3564)

This commit is contained in:
darth-coder00 2022-03-22 00:57:45 +05:30 committed by GitHub
parent fe1dc0ac52
commit 4b99002b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ const mockTableQueriesProp = {
queries: mockQueriesData,
};
jest.mock('./ QueryCard', () => {
jest.mock('./QueryCard', () => {
return jest.fn().mockReturnValue(<p>QueryCard</p>);
});