Sha256: e02cfa41ab0b393dd018b55ae513074a2e4b87dbc54a65fe3abd2417efc45698
Contents?: true
Size: 514 Bytes
Versions: 191
Compression:
Stored size: 514 Bytes
Contents
import React from 'react'; import TestRenderer from 'react-test-renderer'; import SubscriptionDetailProduct from '../SubscriptionDetailProduct'; import { availableContent } from '../../../Products/__tests__/products.fixtures.js'; describe('subscription detail enabled product component', () => { it('renders correctly', () => { const testRenderer = TestRenderer .create(<SubscriptionDetailProduct content={availableContent.content} />); expect(testRenderer.toJSON()).toMatchSnapshot(); }); });
Version data entries
191 entries across 191 versions & 1 rubygems