Sha256: 12b9f6edc77c4dd0e2382d4246bbc08a3c0b40dd17b14ce482a36d920989218b
Contents?: true
Size: 361 Bytes
Versions: 43
Compression:
Stored size: 361 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'foremanReact/common/helpers'; import SyncButton from '../SyncButton'; const fixtures = { 'render with Props': { handleSync: noop }, }; describe('SyncButton', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(SyncButton, fixtures)); });
Version data entries
43 entries across 43 versions & 1 rubygems