dry-wash-pl/__mocks__/lottiefiles-mock.tsx

7 lines
158 B
TypeScript
Raw Normal View History

2025-02-15 19:45:37 +03:00
import { jest } from '@jest/globals';
import React from 'react';
jest.mock('@lottiefiles/react-lottie-player', () => ({
Player: jest.fn(() => <></>),
}));