Sha256: 8f03931d75d0b315d5dbc07ba42d5f89cd144f4cfd07c4e101822bcbf5bd2a26
Contents?: true
Size: 364 Bytes
Versions: 26
Compression:
Stored size: 364 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import EmptyInfoItem from '../EmptyInfoItem'; const fixtures = { 'should render': { entry: { title: 'no title', severity: 'low', id: 5, preupgradeReportId: 7 }, attr: 'title', }, }; describe('EmptyInfoItem', () => testComponentSnapshotsWithFixtures(EmptyInfoItem, fixtures));
Version data entries
26 entries across 26 versions & 1 rubygems