Sha256: c190dc57e5e0cf0491771f7be9fd1412f5a5974bb56e9f98ea00e2790205f910
Contents?: true
Size: 558 Bytes
Versions: 70
Compression:
Stored size: 558 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { TASKS_DASHBOARD_AVAILABLE_QUERY_STATES } from '../../../../TasksDashboardConstants'; import ScheduledTasksCard from './ScheduledTasksCard'; const fixtures = { 'render with minimal props': {}, 'render with props': { data: 3, className: 'some-class', }, 'render selected': { query: { state: TASKS_DASHBOARD_AVAILABLE_QUERY_STATES.SCHEDULED }, }, }; describe('ScheduledTasksCard', () => testComponentSnapshotsWithFixtures(ScheduledTasksCard, fixtures));
Version data entries
70 entries across 70 versions & 1 rubygems