Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed May 21, 2020
1 parent a1d94f8 commit 6e6807f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_utils/public/testbed/mount_component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Store } from 'redux';
import { ReactWrapper } from 'enzyme';
import { act } from 'react-dom/test-utils';

import { mountWithIntl } from 'test_utils/enzyme_helpers';
import { mountWithIntl } from '../enzyme_helpers';
import { WithMemoryRouter, WithRoute, WithStore } from '../helpers';
import { MemoryRouterConfig } from './types';

Expand Down
2 changes: 2 additions & 0 deletions x-pack/test_utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

export * from './testbed';
export * from './lib';
export { findTestSubject } from './find_test_subject';
export { getConfigSchema } from './get_config_schema';

0 comments on commit 6e6807f

Please sign in to comment.