Sha256: ffbee2851a11447a2be4c4974f8128fd1d1517984642fe36e0e0f907f506c272
Contents?: true
Size: 409 Bytes
Versions: 44
Compression:
Stored size: 409 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'foremanReact/common/helpers'; import InsightsCloudSync from './InsightsCloudSync'; const fixtures = { render: { status: 'RESOLVED', syncInsights: noop, fetchInsights: noop, query: '', }, }; describe('InsightsCloudSync', () => testComponentSnapshotsWithFixtures(InsightsCloudSync, fixtures));
Version data entries
44 entries across 44 versions & 1 rubygems