Sha256: 7226f706c0535c5f32872895fa2cac633047726d16c1aaa4405f204927dfc887
Contents?: true
Size: 430 Bytes
Versions: 6
Compression:
Stored size: 430 Bytes
Contents
import { testActionSnapshotWithFixtures } from '@theforeman/test'; import { taskReloadStop, taskReloadStart, cancelStep, } from '../TaskDetailsActions'; const fixtures = { 'should start reload': () => taskReloadStart(1), 'should stop reload': () => taskReloadStop(), 'should cancelStep': () => cancelStep('task-id', 'step-id'), }; describe('TaskDetails - Actions', () => testActionSnapshotWithFixtures(fixtures));
Version data entries
6 entries across 6 versions & 1 rubygems