Skip to content

Commit

Permalink
fix apm issues introduced in #206645
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Mar 2, 2025
1 parent f17c6b5 commit efafe38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export function MockApmPluginContextWrapper({
}

performance.mark = jest.fn();
performance.clearMeasures = jest.fn();

const contextHistory = useHistory();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ describe('useMetricsExplorerState', () => {
pathname,
}));
performance.mark = jest.fn();
performance.clearMeasures = jest.fn();
});

afterEach(() => {
Expand Down

0 comments on commit efafe38

Please sign in to comment.