Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Dec 13, 2024
1 parent 201169a commit 3685c95
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ describe('useSuspenseQueries', () => {
it('should only call combine after resolving', async () => {
const spy = vi.fn()
const key = queryKey()

function Page() {
const data = useSuspenseQueries({
queries: [1, 2, 3].map((value) => ({
Expand Down Expand Up @@ -692,4 +693,4 @@ describe('useSuspenseQueries 2', () => {
)
consoleErrorSpy.mockRestore()
})
})
})

0 comments on commit 3685c95

Please sign in to comment.