We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31af8bb commit d0c0b75Copy full SHA for d0c0b75
src/wallet/components/WalletDropdownFundLink.test.tsx
@@ -3,8 +3,8 @@ import { fireEvent, render, screen } from '@testing-library/react';
3
import { type Mock, afterEach, describe, expect, it, vi } from 'vitest';
4
import { useGetFundingUrl } from '../../fund/hooks/useGetFundingUrl';
5
import { getFundingPopupSize } from '../../fund/utils/getFundingPopupSize';
6
-import { WalletDropdownFundLink } from './WalletDropdownFundLink';
7
import { openPopup } from '../../packages/core/utils/openPopup';
+import { WalletDropdownFundLink } from './WalletDropdownFundLink';
8
9
vi.mock('../../fund/hooks/useGetFundingUrl', () => ({
10
useGetFundingUrl: vi.fn(),
0 commit comments