Sha256: 29567ec611f9eb553f950651b26e1f7fdde566c6f5fc7b8e2f40331d09614429
Contents?: true
Size: 427 Bytes
Versions: 22
Compression:
Stored size: 427 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; 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
22 entries across 22 versions & 1 rubygems