Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Jul 17, 2024
1 parent ba1bdbf commit 3928521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vi.mock('react-router-dom', async importOriginal => {
const actual = await importOriginal<typeof useNavigate>()
return {
...actual,
useNavigate: () => ({ mockNavigate}),
useNavigate: () => ({ mockNavigate }),
}
})

Expand Down

0 comments on commit 3928521

Please sign in to comment.