Merge remote-tracking branch 'origin/1.9.3' into 1.9.3

This commit is contained in:
Sriharsha Chintalapani 2025-08-22 07:16:29 -07:00
commit f57f8c4abb

View File

@ -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',