Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed May 13, 2024
1 parent 11d577b commit 4932af3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/__tests__/ApolloClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2363,8 +2363,7 @@ describe("ApolloClient", () => {
expect.any(Error)
);
});
// The @nonreactive directive can only be used on fields or fragment
// spreads in queries, and currently has no effect here

it("supports the @nonreactive directive", async () => {
const cache = new InMemoryCache();
const client = new ApolloClient({
Expand Down

0 comments on commit 4932af3

Please sign in to comment.