Skip to content

Commit 3313354

Browse files
committed
Lint fix
1 parent 4b6c281 commit 3313354

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

x-pack/plugins/enterprise_search/public/applications/app_search/components/engine_overview/engine_overview_empty.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
*/
77

88
import React from 'react';
9+
910
import { shallow, ShallowWrapper } from 'enzyme';
11+
1012
import { EuiButton } from '@elastic/eui';
1113

1214
import { docLinks } from '../../../shared/doc_links';
1315

1416
import { DocumentCreationButtons, DocumentCreationFlyout } from '../document_creation';
17+
1518
import { EmptyEngineOverview } from './engine_overview_empty';
1619

1720
describe('EmptyEngineOverview', () => {

x-pack/plugins/enterprise_search/public/applications/app_search/index.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { setMockValues, setMockActions } from '../__mocks__';
1212
import React from 'react';
1313

1414
import { Redirect } from 'react-router-dom';
15+
1516
import { shallow } from 'enzyme';
1617

1718
import { Layout, SideNav, SideNavLink } from '../shared/layout';

0 commit comments

Comments
 (0)