import type { ReactNode } from 'react' import { render } from '@testing-library/react' import { GoogleAnalyticsTagScripts, GoogleConsentDefaults } from '../index' vi.mock('@/next/script', () => ({ default: ({ id, strategy, src, nonce, children, }: { id?: string strategy?: string src?: string nonce?: string children?: ReactNode }) => (