Skip to content

Commit

Permalink
Update ReportActionsList.perf-test.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Fábio Henriques <[email protected]>
  • Loading branch information
ruben-rebelo and fabioh8010 authored Mar 25, 2024
1 parent 4302623 commit 95164d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf-test/ReportActionsList.perf-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 95164d7

Please sign in to comment.