Sha256: 183a7e79bdf06a342e8633153092114be6b4a914726add59ea0214c834eba682
Contents?: true
Size: 539 Bytes
Versions: 100
Compression:
Stored size: 539 Bytes
Contents
import React from 'react'; import { IntegrationTestHelper } from '@theforeman/test'; 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
100 entries across 100 versions & 1 rubygems