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