Sha256: b4301a4f5fec45da60ea211d05d8996280c91c004edd6f55365633e3e22e7d06
Contents?: true
Size: 456 Bytes
Versions: 82
Compression:
Stored size: 456 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'foremanReact/common/helpers'; import InventoryAutoUpload from '../InventoryAutoUpload'; const fixtures = { 'render with props': { autoUploadEnabled: true, setSetting: noop, getSettings: noop, }, }; describe('InventoryAutoUpload', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InventoryAutoUpload, fixtures)); });
Version data entries
82 entries across 82 versions & 1 rubygems