Sha256: d4f368d72863105e154c20a1951566452ba6377c3b6aeae1289f33542b7323f6

Contents?: true

Size: 338 Bytes

Versions: 43

Compression:

Stored size: 338 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';

import ListItem from '../ListItem';
import { props } from '../ListItem.fixtures';

const fixtures = {
  'render with Props': props,
};

describe('ListItem', () => {
  describe('rendering', () =>
    testComponentSnapshotsWithFixtures(ListItem, fixtures));
});

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
foreman_inventory_upload-1.0.0.beta4 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItem/__tests__/ListItem.test.js
foreman_inventory_upload-1.0.0.beta3 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItem/__tests__/ListItem.test.js
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItem/__tests__/ListItem.test.js