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 10, 2025
1 parent 6748d2e commit af03d1b
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 af03d1b

Please sign in to comment.