Sha256: 51e79656eff6812c718f114cd1ef08d0588e61694e78457fefb227b27879a0b9

Contents?: true

Size: 450 Bytes

Versions: 101

Compression:

Stored size: 450 Bytes

Contents

import { testActionSnapshotWithFixtures } from '@theforeman/test';
import {
  handleFilterChange,
  handleFilterClear,
} from '../InventoryFilterActions';
import { filterTerm } from '../InventoryFilter.fixtures';

const fixtures = {
  'should handleFilterChange': () => handleFilterChange(filterTerm),
  'should handleFilterClear': () => handleFilterClear(),
};

describe('InventoryFilter actions', () =>
  testActionSnapshotWithFixtures(fixtures));

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
foreman_rh_cloud-6.0.42 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.41 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.39 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.38 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-4.0.35 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.37 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.36 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.35 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.34 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.33 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-3.0.32 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-4.0.32 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.32 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-4.0.31 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.31 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.30 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-4.0.30 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-3.0.29 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-4.0.29 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-5.0.29 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js