Sha256: c74d8df6f6fb8fc0f110fff2903c7421400082292bd7c82f1d1284ef96ca71ae

Contents?: true

Size: 398 Bytes

Versions: 43

Compression:

Stored size: 398 Bytes

Contents

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

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

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

describe('ListItemStatus', () => {
  describe('rendering', () =>
    testComponentSnapshotsWithFixtures(ListItemStatus, 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/ListItemStatus/__tests__/ListItemStatus.test.js
foreman_inventory_upload-1.0.0.beta3 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/ListItemStatus.test.js
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/ListItemStatus.test.js