Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 13, 2022
1 parent cb4b3e0 commit 2679fb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe('EnterpriseSearchAnalytics', () => {
});

it('always renders the overview', () => {

const wrapper = shallow(<Analytics />);

expect(wrapper.find(AnalyticsOverview)).toHaveLength(1);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import React from 'react';
import { Route, Switch } from 'react-router-dom';


import { isVersionMismatch } from '../../../common/is_version_mismatch';
import { InitialAppData } from '../../../common/types';
import { VersionMismatchPage } from '../shared/version_mismatch';
Expand Down

0 comments on commit 2679fb6

Please sign in to comment.