Sha256: 2826bc76f49fed02a2b9f1e1ce5ced1f4aca50998eaaf9315f7832a363c6f263
Contents?: true
Size: 473 Bytes
Versions: 6
Compression:
Stored size: 473 Bytes
Contents
import React from 'react'; import { IntegrationTestHelper } from '@theforeman/test'; import AccountList from '../index'; import reducers from '../../../ForemanInventoryUploadReducers'; 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
6 entries across 6 versions & 2 rubygems