dry-wash-pl/__mocks__/react-yandex-maps-mock.tsx

12 lines
327 B
TypeScript
Raw Permalink Normal View History

2025-02-15 19:45:37 +03:00
import { jest } from '@jest/globals';
import React from 'react';
jest.mock('@pbe/react-yandex-maps', () => ({
YMaps: jest.fn(() => <></>),
Map: jest.fn(() => <></>),
Placemark: jest.fn(() => <></>),
GeolocationControl: jest.fn(() => <></>),
ZoomControl: jest.fn(() => <></>),
withYMaps: jest.fn(() => <></>),
}));