Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Feb 4, 2025
1 parent ac4bef5 commit 058b041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/hooks/__tests__/useSuspenseFragment.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ describe.skip("type tests", () => {
}
});

test("returns TData | null when from is null", () => {
test("returns null when from is null", () => {
type Data = { foo: string };
type Vars = Record<string, never>;
const fragment: TypedDocumentNode<Data, Vars> = gql``;
Expand Down

0 comments on commit 058b041

Please sign in to comment.