UNPKG

@financial-times/n-conversion-forms

Version:

Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).

15 lines (11 loc) 374 B
import { GoogleSignIn } from './index'; import { expectToRenderCorrectly } from '../test-jest/helpers/expect-to-render-correctly'; expect.extend(expectToRenderCorrectly); describe('GoogleSignIn', () => { it('renders with default props', () => { const props = { signInRedirectUrl: 'https://www.ft.com', }; expect(GoogleSignIn).toRenderCorrectly(props); }); });