Sha256: c0572ac2152280c47b4ff86ba6e72ca0c3f6e49f2e602ba4ce7161232c7d80b0
Contents?: true
Size: 449 Bytes
Versions: 69
Compression:
Stored size: 449 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { SubTasksPage } from '../SubTasksPage'; import { minProps } from './TasksTable.fixtures'; const fixtures = { 'render with minimal props': { ...minProps, match: { params: { id: 'some-id', }, }, }, }; describe('SubTasksPage', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(SubTasksPage, fixtures)); });
Version data entries
69 entries across 69 versions & 1 rubygems