Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed May 26, 2024
1 parent eeaacb5 commit 303b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/server/react/useQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@ describe('useQuery()', () => {
},
},
});
ctx.nextIterable();
states.push({
status: query1.status,
data: query1.data,
fetchStatus: query1.fetchStatus,
});
ctx.nextIterable();

expectTypeOf(query1.data!).toMatchTypeOf<number[]>();

Expand Down

0 comments on commit 303b8fe

Please sign in to comment.