Sha256: 92f3e3c0ac10cf41b0c833a231bb6554230efde8cec06f4c1893a3f792d422e1
Contents?: true
Size: 489 Bytes
Versions: 16
Compression:
Stored size: 489 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; 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
16 entries across 16 versions & 1 rubygems