Sha256: 1b10c77eba27f7c86c24f7a75c53d9961c6b234523f73bdb3a47c28d64967a1f
Contents?: true
Size: 381 Bytes
Versions: 9
Compression:
Stored size: 381 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { statisticsProps } from '../StatisticsPage.fixtures'; import StatisticsPage from '../StatisticsPage'; const fixtures = { 'render with props': statisticsProps, }; describe('StatisticsPage', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(StatisticsPage, fixtures)); });
Version data entries
9 entries across 9 versions & 1 rubygems