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