Sha256: 287d8eef790f563e65ed2f4a588c5d240d2d904711860acc3f52534f7e9d3068
Contents?: true
Size: 494 Bytes
Versions: 22
Compression:
Stored size: 494 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'foremanReact/common/helpers'; 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
22 entries across 22 versions & 1 rubygems