Skip to content

Commit b9d014d

Browse files
committed
remove comment
1 parent 4cd1b6b commit b9d014d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

x-pack/legacy/plugins/apm/public/components/app/TransactionOverview/__jest__/TransactionOverview.test.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jest.spyOn(history, 'replace');
3131
jest.mock('ui/kfetch');
3232

3333
const coreMock = ({
34-
// http: {
35-
// basePath: {
36-
// prepend: (path: string) => `/basepath${path}`
37-
// }
38-
// },
3934
notifications: { toasts: { addWarning: () => {} } }
4035
} as unknown) as LegacyCoreStart;
4136

0 commit comments

Comments
 (0)