From d75881fe90e75edab3610922a3944631efd16402 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 13 Dec 2024 13:04:25 -0700 Subject: [PATCH] Add changeset --- .changeset/shiny-carrots-invent.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shiny-carrots-invent.md diff --git a/.changeset/shiny-carrots-invent.md b/.changeset/shiny-carrots-invent.md new file mode 100644 index 0000000000..0ba9824650 --- /dev/null +++ b/.changeset/shiny-carrots-invent.md @@ -0,0 +1,5 @@ +--- +"@apollo/client": major +--- + +Remove `subscribeAndCount` testing utility from `@apollo/client/testing`.