Skip to content

Commit 74d1106

Browse files
committed
test: remove only
1 parent 7432998 commit 74d1106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/tests/useQuery.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ describe('useQuery', () => {
522522
expect(states[4]).toMatchObject({ isLoading: false, isSuccess: true })
523523
})
524524

525-
it.only('should not get into an infinite loop when removing a query with cacheTime 0 and rerendering', async () => {
525+
it('should not get into an infinite loop when removing a query with cacheTime 0 and rerendering', async () => {
526526
const key = queryKey()
527527
const states: UseQueryResult<string>[] = []
528528

0 commit comments

Comments
 (0)