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