Skip to content

Commit 0843bf4

Browse files
alessbellphryneas
andauthored
Testing utility docs (#11805)
* feat: set up docs * feat: draft new testing utilities docs * first round of review fixes * second round of review edits * third round of review edits * more edits * more edits * Update docs/source/development-testing/schema-driven-testing.mdx Co-authored-by: Lenz Weber-Tronic <[email protected]> * add msw vs createschemafetch faq section * add msw example * add a "Modifying a test schema using `testSchema.add` and `testSchema.fork`" section --------- Co-authored-by: Lenz Weber-Tronic <[email protected]>
1 parent a26aacc commit 0843bf4

File tree

4 files changed

+563
-1
lines changed

4 files changed

+563
-1
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
!/docs/source/development-testing
2525
/docs/source/development-testing/**
2626
!/docs/source/development-testing/reducing-bundle-size.mdx
27+
!/docs/source/development-testing/schema-driven-testing.mdx
2728

2829
!docs/shared
2930
/docs/shared/**

docs/source/api/react/hooks-experimental.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: Hooks (experimental)
33
description: Apollo Client experimental react hooks API reference
44
---
55

6-
The latest minor version of Apollo Client (`3.8`) has no experimental hooks. Please see the [Hooks page](./hooks) for a list of available stable React hooks.
6+
The latest minor version of Apollo Client has no experimental hooks. Please see the [Hooks page](./hooks) for a list of available stable React hooks.

docs/source/config.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"Developer tools": "/development-testing/developer-tooling",
5050
"Using TypeScript": "/development-testing/static-typing",
5151
"Testing React components": "/development-testing/testing",
52+
"Schema-driven testing": "/development-testing/schema-driven-testing",
5253
"Mocking schema capabilities": "/development-testing/client-schema-mocking",
5354
"Reducing bundle size": "/development-testing/reducing-bundle-size"
5455
},

0 commit comments

Comments
 (0)