From 4932af35b8b90d05b61a8adb93c4b87557bf37ba Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 13 May 2024 12:48:39 -0600 Subject: [PATCH] Remove outdated comment --- src/__tests__/ApolloClient.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/__tests__/ApolloClient.ts b/src/__tests__/ApolloClient.ts index 4b53b979b8f..8ba8ccf7ab5 100644 --- a/src/__tests__/ApolloClient.ts +++ b/src/__tests__/ApolloClient.ts @@ -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({