Sha256: ca5dfffffaa6cccae9b4124d86a6d5c0d144607f3ef279bb1139a2e86a17d059

Contents?: true

Size: 347 Bytes

Versions: 6

Compression:

Stored size: 347 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';

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

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

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
foreman_rh_cloud-2.0.6 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-2.0.5 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-2.0.4 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_inventory_upload-2.0.4.pre.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_inventory_upload-2.0.4.pre.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_inventory_upload-2.0.3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js