Sha256: bf46544408d9dd38ee8c60b03696b5dcecd0519266a7ecbfb5c8093a05eff222
Contents?: true
Size: 370 Bytes
Versions: 14
Compression:
Stored size: 370 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'patternfly-react'; import SyncButton from '../SyncButton'; const fixtures = { 'render with Props': { cloudToken: '1234', handleSync: noop }, }; describe('SyncButton', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(SyncButton, fixtures)); });
Version data entries
14 entries across 14 versions & 1 rubygems