Sha256: fba0ddc33d72fd47e09a9ec3c2f1e138e6be227bb981870495f3e860dff4f883
Contents?: true
Size: 571 Bytes
Versions: 100
Compression:
Stored size: 571 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; import ContentDetailInfo from '../../../../components/Content/Details/ContentDetailInfo'; import { details } from './AnsibleCollectionDetails.fixtures'; import { displayMap } from '../AnsibleCollectionsSchema'; const fixtures = { 'renders with ansible collection info': { contentDetails: details, displayMap, }, }; describe('Ansible Collection detail info component', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(ContentDetailInfo, fixtures)); });
Version data entries
100 entries across 100 versions & 1 rubygems