Sha256: 0fcb3ea1b4b5a09b9ed62591ae8c761de7a3cc49275a5db3deff3328f0e49454
Contents?: true
Size: 365 Bytes
Versions: 98
Compression:
Stored size: 365 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import InventorySettings from '../InventorySettings'; const fixtures = { 'render without Props': {}, /** fixtures, props for the component */ }; describe('InventorySettings', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InventorySettings, fixtures)); });
Version data entries
98 entries across 98 versions & 1 rubygems