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