Sha256: 0664473027b1c7452b368649d168b3e286baad7b4fa666dacba69f28b467eeca
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { noop } from 'foremanReact/common/helpers'; 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_rh_cloud-3.0.18 | webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilter.test.js |