Skip to content

Commit

Permalink
Revert change to broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Lucas committed Dec 5, 2024
1 parent 1f7d0b2 commit 8408104
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react-query/src/__tests__/queryOptions.test-d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@ describe('queryOptions', () => {
})

it('should be passable to UseQueryOptions', () => {
function somethingWithQueryOptions(
options: UseQueryOptions<number, any, any, Array<string>>,
) {
function somethingWithQueryOptions(options: UseQueryOptions<number>) {
return options.queryKey
}

Expand Down

0 comments on commit 8408104

Please sign in to comment.