Skip to content

Commit 4932af3

Browse files
committed
Remove outdated comment
1 parent 11d577b commit 4932af3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/__tests__/ApolloClient.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,8 +2363,7 @@ describe("ApolloClient", () => {
23632363
expect.any(Error)
23642364
);
23652365
});
2366-
// The @nonreactive directive can only be used on fields or fragment
2367-
// spreads in queries, and currently has no effect here
2366+
23682367
it("supports the @nonreactive directive", async () => {
23692368
const cache = new InMemoryCache();
23702369
const client = new ApolloClient({

0 commit comments

Comments
 (0)