Sha256: 1e7655c0ee3fa496a3142e3f4a4f4a51f4a612025ed5ed30b62e27eeda4a081f
Contents?: true
Size: 421 Bytes
Versions: 18
Compression:
Stored size: 421 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'patternfly-react'; import InventoryFilter from '../InventoryFilter'; const fixtures = { 'render with props': { handleFilterChange: noop }, /** fixtures, props for the component */ }; describe('InventoryFilter', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InventoryFilter, fixtures)); });
Version data entries
18 entries across 18 versions & 1 rubygems