diff --git a/tests/perf-test/ReportActionsList.perf-test.tsx b/tests/perf-test/ReportActionsList.perf-test.tsx index 94ebf3466b5f..012d8dc8b90f 100644 --- a/tests/perf-test/ReportActionsList.perf-test.tsx +++ b/tests/perf-test/ReportActionsList.perf-test.tsx @@ -23,7 +23,7 @@ import wrapOnyxWithWaitForBatchedUpdates from '../utils/wrapOnyxWithWaitForBatch const mockedNavigate = jest.fn(); -jest.mock('@src/components/WithCurrentUserPersonalDetails', () => { +jest.mock('@components/withCurrentUserPersonalDetails', () => { // Lazy loading of LHNTestUtils // eslint-disable-next-line @typescript-eslint/no-unsafe-return const lazyLoadLHNTestUtils = () => require('../utils/LHNTestUtils');