Sha256: 5569852f2688c43f40f724626573cdbaf15cb79df2d30d85e76e5705115c5fa9
Contents?: true
Size: 449 Bytes
Versions: 4
Compression:
Stored size: 449 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'patternfly-react'; import InventoryAutoUpload from '../InventoryAutoUpload'; const fixtures = { 'render with props': { autoUploadEnabled: true, handleToggle: noop, fetchSettings: noop, }, }; describe('InventoryAutoUpload', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InventoryAutoUpload, fixtures)); });
Version data entries
4 entries across 4 versions & 1 rubygems