mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-06 14:26:28 +00:00
Merge remote-tracking branch 'origin/1.9.3' into 1.9.3
This commit is contained in:
commit
f57f8c4abb
@ -65,13 +65,9 @@ Object.defineProperty(window, 'location', {
|
|||||||
writable: true,
|
writable: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
const mockSearchQuery = searchQuery as jest.MockedFunction<typeof searchQuery>;
|
const mockSearchQuery = searchQuery as jest.Mock;
|
||||||
const mockUseTranslation = useTranslation as jest.MockedFunction<
|
const mockUseTranslation = useTranslation as jest.Mock;
|
||||||
typeof useTranslation
|
const mockUseTourProvider = useTourProvider as jest.Mock;
|
||||||
>;
|
|
||||||
const mockUseTourProvider = useTourProvider as jest.MockedFunction<
|
|
||||||
typeof useTourProvider
|
|
||||||
>;
|
|
||||||
|
|
||||||
const defaultProps = {
|
const defaultProps = {
|
||||||
searchText: 'test',
|
searchText: 'test',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user