Sha256: 32198c459484ab2270208f6ff347b729b6d9a5860f0a5e56c6c11bbc86cb646b
Contents?: true
Size: 351 Bytes
Versions: 34
Compression:
Stored size: 351 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import ForemanEmptyState from '../EmptyState'; const fixtures = { 'render with Props': { docUrl: 'https://foreman.example.com' }, }; describe('ForemanEmptyState', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(ForemanEmptyState, fixtures)); });
Version data entries
34 entries across 34 versions & 1 rubygems