Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Oct 4, 2019
1 parent 4cd1b6b commit b9d014d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jest.spyOn(history, 'replace');
jest.mock('ui/kfetch');

const coreMock = ({
// http: {
// basePath: {
// prepend: (path: string) => `/basepath${path}`
// }
// },
notifications: { toasts: { addWarning: () => {} } }
} as unknown) as LegacyCoreStart;

Expand Down

0 comments on commit b9d014d

Please sign in to comment.