Sha256: faaf3ff8e6f8a8b8c295e8928d2640a2ee8273e80323cfc33200ec49578639c7
Contents?: true
Size: 483 Bytes
Versions: 15
Compression:
Stored size: 483 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'patternfly-react'; import InsightsSyncSwitcher from '../InsightsSyncSwitcher'; const fixtures = { 'render with props': { insightsSyncEnabled: true, setInsightsSyncEnabled: noop, }, /** fixtures, props for the component */ }; describe('InsightsSyncSwitcher', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InsightsSyncSwitcher, fixtures)); });
Version data entries
15 entries across 15 versions & 1 rubygems