Skip to content

Commit aaff18f

Browse files
committed
meep
1 parent 969c1c8 commit aaff18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-query/src/__tests__/regression-8434-transition.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable @typescript-eslint/require-await */
2-
import { afterAll, beforeAll, describe, expect, it, vi } from 'vitest'
3-
import * as React from 'react'
42
import { act, render, screen } from '@testing-library/react'
3+
import * as React from 'react'
4+
import { afterAll, beforeAll, describe, expect, it } from 'vitest'
55
import { QueryClientProvider, useQuery } from '..'
66
import { QueryCache } from '../index'
77
import { createQueryClient, queryKey, sleep } from './utils'

0 commit comments

Comments
 (0)