Sha256: b9860a1812e53fda332562f70b12e820b896982827bde3445943f6f718aa4555
Contents?: true
Size: 574 Bytes
Versions: 80
Compression:
Stored size: 574 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'foremanReact/common/helpers'; import InventoryFilter from '../InventoryFilter'; import { filterTerm, organization } from '../InventoryFilter.fixtures'; const fixtures = { 'render with props': { handleFilterChange: noop, handleFilterClear: noop, filterTerm, organization, }, /** fixtures, props for the component */ }; describe('InventoryFilter', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(InventoryFilter, fixtures)); });
Version data entries
80 entries across 80 versions & 1 rubygems