Sha256: 22c527e243f515d6c693c50bd1de88a905fc93bc789ba38bb9ce1bb2adeb2846
Contents?: true
Size: 401 Bytes
Versions: 4
Compression:
Stored size: 401 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'patternfly-react'; import InsightsCloudSync from './InsightsCloudSync'; const fixtures = { render: { syncInsights: noop, data: { settingsUrl: 'www.example.com/settings', }, }, }; describe('InsightsCloudSync', () => testComponentSnapshotsWithFixtures(InsightsCloudSync, fixtures));
Version data entries
4 entries across 4 versions & 1 rubygems