Sha256: 71525cf3fdb6707df94ba6425186ddb922b67437c77e5c3bdd9a3e3f3fdb7fd5
Contents?: true
Size: 479 Bytes
Versions: 21
Compression:
Stored size: 479 Bytes
Contents
import React from 'react'; import { IntegrationTestHelper } from 'react-redux-test-utils'; 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
21 entries across 21 versions & 2 rubygems