From e1667d4c75e380069a3752a041132db2fa9e58d0 Mon Sep 17 00:00:00 2001 From: Xavier Le Cunff Date: Wed, 8 Jan 2025 11:54:34 +0100 Subject: [PATCH] fix: take reviews --- .../location/components/VenueMapLocationModal.native.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/location/components/VenueMapLocationModal.native.test.tsx b/src/features/location/components/VenueMapLocationModal.native.test.tsx index e67461345d1..1a2ff0f5c30 100644 --- a/src/features/location/components/VenueMapLocationModal.native.test.tsx +++ b/src/features/location/components/VenueMapLocationModal.native.test.tsx @@ -16,7 +16,6 @@ import { LocationMode } from 'libs/location/types' import { SuggestedPlace } from 'libs/place/types' import { MODAL_TO_HIDE_TIME, MODAL_TO_SHOW_TIME } from 'tests/constants' import { act, fireEvent, render, screen, userEvent, waitFor } from 'tests/utils' -// import * as selectedVenueModule from jest.useFakeTimers()