Sha256: 824404f5b9dac0fcc5f06430975779822e45f45d6fa916d4fbe6844dbcc49af8
Contents?: true
Size: 368 Bytes
Versions: 1
Compression:
Stored size: 368 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'patternfly-react'; import SyncButton from '../SyncButton'; const fixtures = { 'render with Props': { cloudToken: true, handleSync: noop }, }; describe('SyncButton', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(SyncButton, fixtures)); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_rh_cloud-3.0.17 | webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/__tests__/SyncButton.test.js |