Sha256: 0fdaa20473e2b45cae5d9f77b23a919b34dfa41e8aa5d0ebdb32324f20fef4fa
Contents?: true
Size: 337 Bytes
Versions: 105
Compression:
Stored size: 337 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import EmptyState from '../EmptyState'; const fixtures = { 'render without Props': {}, /** fixtures, props for the component */ }; describe('EmptyState', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(EmptyState, fixtures)); });
Version data entries
105 entries across 105 versions & 2 rubygems