Skip to content

Commit

Permalink
chore: remove only test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccallendar committed Jul 25, 2024
1 parent 9f82d49 commit 844b847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/map/MapView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(<MapView />, {
screenWidth: themeBreakpointValues.sm - 10,
withStateProvider: true,
Expand Down

0 comments on commit 844b847

Please sign in to comment.