Skip to content

Commit

Permalink
Fix jslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Feb 20, 2020
1 parent debba6b commit 665dd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/application_usage/public/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import moment from 'moment';
import { coreMock } from '../../../core/public/mocks';
import { plugin } from './';
import { LOCALSTORAGE_KEY, REPORT_INTERVAL } from './constants';
import { LOCALSTORAGE_KEY } from './constants';

function getHandler(spy: jest.SpyInstance, event: string) {
const [, handlerCb] = spy.mock.calls.find(([method, fn]) => method === event) || [];
Expand Down

0 comments on commit 665dd4e

Please sign in to comment.