Sha256: 3c2857d28eda9345103300f5b46477fc208b5272d51d152094cd0cf13f82481e
Contents?: true
Size: 517 Bytes
Versions: 81
Compression:
Stored size: 517 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'foremanReact/common/helpers'; import InsightsSettings from '../InsightsSettings'; const fixtures = { 'render without Props': { insightsSyncEnabled: false, getInsightsSyncSettings: noop, setInsightsSyncEnabled: noop, }, /** fixtures, props for the component */ }; describe('InsightsSettings', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InsightsSettings, fixtures)); });
Version data entries
81 entries across 81 versions & 1 rubygems