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