Sha256: ca9ddc52ff8649d3e8f91948d25e075eae3fb9d5146ab55d099ef1f2adb078a7
Contents?: true
Size: 551 Bytes
Versions: 39
Compression:
Stored size: 551 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: '', hasToken: true, }, 'render no token': { status: 'RESOLVED', syncInsights: noop, fetchInsights: noop, hasToken: false, }, }; describe('InsightsCloudSync', () => testComponentSnapshotsWithFixtures(InsightsCloudSync, fixtures));
Version data entries
39 entries across 39 versions & 1 rubygems