Sha256: 6ed3656c27350fbbf295c19b9a4e689fa6b024252acc70b24bd0f3478a6d1566
Contents?: true
Size: 928 Bytes
Versions: 13
Compression:
Stored size: 928 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`subscriptions page should render select org page 1`] = ` <CheckOrg> <Header title="Select Organization" > <HelmetWrapper defer={true} encodeSpecialCharacters={true} > <SideEffect(NullComponent) defer={true} encodeSpecialCharacters={true} title="Select Organization" titleAttributes={Object {}} > <NullComponent defer={true} encodeSpecialCharacters={true} title="Select Organization" titleAttributes={Object {}} /> </SideEffect(NullComponent)> </HelmetWrapper> </Header> <Connect(withRouter(SetOrganization)) redirectPath="/test" /> </CheckOrg> `; exports[`subscriptions page should render the wrapped component 1`] = ` <CheckOrg> <WrappedComponent> <div> Wrapped! </div> </WrappedComponent> </CheckOrg> `;
Version data entries
13 entries across 13 versions & 1 rubygems