Sha256: 7ded7c1504724347f3a8bb4088c8f702efa7b1248003da0dc2722093fed60666

Contents?: true

Size: 456 Bytes

Versions: 22

Compression:

Stored size: 456 Bytes

Contents

import { testActionSnapshotWithFixtures } from 'react-redux-test-utils';
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

22 entries across 22 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.9 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-0.9.9 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-0.9.8 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js
foreman_rh_cloud-1.0.8 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/InventoryFilterActions.test.js