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).

13 lines (9 loc) 382 B
import { B2CPartnershipConfirmation } from './index'; import { expectToRenderCorrectly } from '../test-jest/helpers/expect-to-render-correctly'; expect.extend(expectToRenderCorrectly); describe('B2CPartnershipConfirmation', () => { it('renders as default', () => { const props = { ctaElement: 'hello' }; expect(B2CPartnershipConfirmation).toRenderCorrectly(props); }); });