Skip to content

Commit 46b7e06

Browse files
committed
eeek
1 parent 7669e03 commit 46b7e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/query-core/src/__tests__/queryObserver.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { waitFor } from '@testing-library/dom'
12
import {
23
afterEach,
34
beforeEach,
@@ -7,11 +8,10 @@ import {
78
test,
89
vi,
910
} from 'vitest'
10-
import { waitFor } from '@testing-library/dom'
1111
import { QueryObserver, focusManager } from '..'
12+
import { pendingThenable } from '../thenable'
1213
import { createQueryClient, queryKey, sleep } from './utils'
1314
import type { QueryClient, QueryObserverResult } from '..'
14-
import { pendingThenable } from '../thenable'
1515

1616
describe('queryObserver', () => {
1717
let queryClient: QueryClient

0 commit comments

Comments
 (0)