Sha256: ed22e1e9053ddbabf55cad61e90e39bcb6eeee23dcb62246bfdc03896f912413
Contents?: true
Size: 383 Bytes
Versions: 85
Compression:
Stored size: 383 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import SwitcherPF4 from '../SwitcherPF4'; const fixtures = { 'should return insights cloud Url': { id: 'some-id', tooltip: 'some-text', label: 'some-label', onChange: jest.fn(), }, }; describe('InsightsCloudSync helpers', () => testComponentSnapshotsWithFixtures(SwitcherPF4, fixtures));
Version data entries
85 entries across 85 versions & 1 rubygems