Sha256: 37e9d03758a29d72a89be8fbaaf53b7b4041ef918945616034df47979c634f07
Contents?: true
Size: 366 Bytes
Versions: 69
Compression:
Stored size: 366 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import TasksDashboard from '../TasksDashboard'; const fixtures = { 'render without Props': { history: {} }, /** fixtures, props for the component */ }; describe('TasksDashboard', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(TasksDashboard, fixtures)); });
Version data entries
69 entries across 69 versions & 1 rubygems