Sha256: 7a3dfc1ced837b9a84dd9fcb3857ed356f056d8a10ed31abbfe29f135980362f

Contents?: true

Size: 663 Bytes

Versions: 93

Compression:

Stored size: 663 Bytes

Contents

import { testReducerSnapshotWithFixtures } from '@theforeman/test';
import reducer from '../InsightsTabReducer';
import { hits } from './InsightsTab.fixtures';
import {
  INSIGHTS_HITS_REQUEST,
  INSIGHTS_HITS_SUCCESS,
} from '../InsightsTabConstants';

const fixtures = {
  'should return the initial state': {},
  'should handle INSIGHTS_HITS_REQUEST': {
    action: {
      type: INSIGHTS_HITS_REQUEST,
      payload: {},
    },
  },
  'should handle INSIGHTS_HITS_SUCCESS': {
    action: {
      type: INSIGHTS_HITS_SUCCESS,
      payload: { hits },
    },
  },
};

describe('AccountList reducer', () =>
  testReducerSnapshotWithFixtures(reducer, fixtures));

Version data entries

93 entries across 93 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.0.3 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.59 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-11.0.2 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-11.0.1 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-11.0.0 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.58 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-10.0.2 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.57 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-10.0.1 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.56 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.55 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.54 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.53 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.52 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-8.0.52 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-9.0.51 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-8.0.51 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-7.0.48 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-7.0.47 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js
foreman_rh_cloud-8.0.50 webpack/InsightsHostDetailsTab/__tests__/InsightsTabReducer.test.js