Sha256: bc4646e0571a1909e5c874d8871065096b3252e05c231f83b0f6a9d8842cbcd4

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 Bytes

Contents

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

import StringInfoItem from '../StringInfoItem';

const fixtures = {
  'should render': {
    entry: { title: 'no title', severity: 'low', id: 5, preupgradeReportId: 7 },
    attr: 'title',
  },
};

describe('StringInfoItem', () =>
  testComponentSnapshotsWithFixtures(StringInfoItem, fixtures));

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_leapp-0.0.5 webpack/components/PreupgradeReportsList/components/__tests__/StringInfoItem.test.js
foreman_leapp-0.0.4 webpack/components/PreupgradeReportsList/components/__tests__/StringInfoItem.test.js