From 844b84769da1a4ff4339232ca8fb172f5f8e14d1 Mon Sep 17 00:00:00 2001 From: Chris Callendar Date: Thu, 25 Jul 2024 13:33:31 -0700 Subject: [PATCH] chore: remove only test --- frontend/src/pages/map/MapView.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/map/MapView.test.tsx b/frontend/src/pages/map/MapView.test.tsx index 9b76d725..707a84ac 100644 --- a/frontend/src/pages/map/MapView.test.tsx +++ b/frontend/src/pages/map/MapView.test.tsx @@ -43,7 +43,7 @@ describe('Test suite for MapView', () => { ).not.toBeInTheDocument() }) - it.only('should render the MapView with no markers on a small screen', async () => { + it('should render the MapView with no markers on a small screen', async () => { const { user } = render(, { screenWidth: themeBreakpointValues.sm - 10, withStateProvider: true,