Sha256: cb58b7c12e252f5596d9322283e03fa57f725569cd48e19f424c24dbfe2fe919
Contents?: true
Size: 410 Bytes
Versions: 1
Compression:
Stored size: 410 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import Task from '../Task'; const fixtures = { 'render without Props': { id: 'test' }, 'render with some Props': { id: 'test', state: 'paused', hasSubTasks: true, allowDangerousActions: true, }, }; describe('Task', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(Task, fixtures)); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman-tasks-1.0.1 | webpack/ForemanTasks/Components/TaskDetails/Components/__tests__/Task.test.js |