Skip to content

Commit

Permalink
Remove .only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef committed Oct 29, 2024
1 parent 3d9cf1e commit cb77748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-hooks/test/react-hooks.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe(`useShape`, () => {
)
})

it.only(`should re-sync a shape after an interrupt`, async ({
it(`should re-sync a shape after an interrupt`, async ({
aborter,
issuesTableUrl,
insertIssues,
Expand Down

0 comments on commit cb77748

Please sign in to comment.