Sha256: 85ea8d92516e1bf732f8966321dd1a9d87391c88ac41bb521aeb42c165519440
Contents?: true
Size: 374 Bytes
Versions: 69
Compression:
Stored size: 374 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { TasksIndexPage } from '../TasksIndexPage'; import { minProps } from './TasksTable.fixtures'; const fixtures = { 'render with minimal props': minProps, }; describe('TasksIndexPage', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(TasksIndexPage, fixtures)); });
Version data entries
69 entries across 69 versions & 1 rubygems