Sha256: ce0180f65cc3c976eab2675e1cffe6b66e424c5e1d3e6e69f0dd44002a3d0df9
Contents?: true
Size: 407 Bytes
Versions: 18
Compression:
Stored size: 407 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; 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
18 entries across 18 versions & 1 rubygems