Skip to content

Commit

Permalink
test: remove it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov committed Jan 13, 2025
1 parent b06c86e commit df3cd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout/hooks/useUserAccessGate.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ describe('useUserAccessGate', () => {
})
})

it.only(`return values are expect while useUser resolves`, async () => {
it(`return values are expect while useUser resolves`, async () => {
const { result } = renderHook(() => useUserAccessGate(), {
wrapper: wrapper(),
})
Expand Down

0 comments on commit df3cd9f

Please sign in to comment.