Skip to content

Commit

Permalink
Merge branch 'issue-11775-testing-utility-docs' of github.com:apollog…
Browse files Browse the repository at this point in the history
…raphql/apollo-client into issue-11775-testing-utility-docs
  • Loading branch information
alessbell committed Apr 24, 2024
2 parents 68db1bd + 0407a13 commit aebc3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/development-testing/schema-driven-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit aebc3a5

Please sign in to comment.