Sha256: 7673141284a2108f29ab43c8b3d63efe0743a950ca9b386196f6918c6cb64d59

Contents?: true

Size: 474 Bytes

Versions: 22

Compression:

Stored size: 474 Bytes

Contents

import React from 'react';
import { IntegrationTestHelper } from 'react-redux-test-utils';

import AccountList from '../index';
import reducers from '../../../../ForemanRhCloudReducers';

describe('AccountList integration test', () => {
  it('should flow', async () => {
    const integrationTestHelper = new IntegrationTestHelper(reducers);
    const component = integrationTestHelper.mount(<AccountList />);
    component.update();
    /** Create a Flow test */
  });
});

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.7 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-1.0.7 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js