From 0407a13ff70bbace5cae8ac00014c31602e24428 Mon Sep 17 00:00:00 2001 From: Alessia Bellisario Date: Wed, 24 Apr 2024 09:03:21 -0400 Subject: [PATCH] Update docs/source/development-testing/schema-driven-testing.mdx Co-authored-by: Lenz Weber-Tronic --- docs/source/development-testing/schema-driven-testing.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/development-testing/schema-driven-testing.mdx b/docs/source/development-testing/schema-driven-testing.mdx index 63b37468f62..286343dfcb7 100644 --- a/docs/source/development-testing/schema-driven-testing.mdx +++ b/docs/source/development-testing/schema-driven-testing.mdx @@ -185,7 +185,8 @@ import { render as rtlRender, screen } from "@testing-library/react"; import graphqlSchema from "../../../schema.graphql"; import { makeClient } from "../../client"; import { - ApolloClient, +// this should be a function that returns a new ApolloClient instance configured just like your production Apollo Client instance - see the FAQ. +import { makeClient } from "../../client"; ApolloProvider, NormalizedCacheObject, } from "@apollo/client";