Sha256: 5a6e14cff4fb81890fe3773cd19bd9ee4b21c136d7b14f6b25aee87440c937b6
Contents?: true
Size: 545 Bytes
Versions: 14
Compression:
Stored size: 545 Bytes
Contents
import React from 'react'; import { IntegrationTestHelper } from 'react-redux-test-utils'; import InsightsTab from '../index'; import reducers from '../../ForemanRhCloudReducers'; import { hostID } from './InsightsTab.fixtures'; describe('InsightsTab integration test', () => { it('should flow', async () => { const integrationTestHelper = new IntegrationTestHelper(reducers); const component = integrationTestHelper.mount( <InsightsTab hostID={hostID} /> ); component.update(); /** Create a Flow test */ }); });
Version data entries
14 entries across 14 versions & 1 rubygems