Sha256: c858e2830cda6640f4f9f5034d50ee7fa1c5edaadde2e5aee56664f95a6c798b
Contents?: true
Size: 263 Bytes
Versions: 69
Compression:
Stored size: 263 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import ForemanTasks from './ForemanTasks'; const fixtures = { 'render without Props': {}, }; describe('ForemanTasks', () => testComponentSnapshotsWithFixtures(ForemanTasks, fixtures));
Version data entries
69 entries across 69 versions & 1 rubygems