Sha256: 2e378642446508ddcf49befb826f72a176748703a46795298b0bd05d258a496b
Contents?: true
Size: 436 Bytes
Versions: 36
Compression:
Stored size: 436 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import ForemanEmptyState from '../EmptyState'; const action = { title: 'action-title', url: `action-url`, }; const fixtures = { 'render with Props': { docUrl: 'https://foreman.example.com', action, }, }; describe('ForemanEmptyState', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(ForemanEmptyState, fixtures)); });
Version data entries
36 entries across 36 versions & 1 rubygems