Skip to content

Commit

Permalink
Fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Oct 23, 2023
1 parent 303250f commit 7b150a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/testing/test-mocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ When unit testing code that uses your generated operation models, you will often

## Purpose

Generated test mocks provide a type-safe way to mock your response models. Rather than dealing with cumbersome and error prone JSON data, test mocks make mocking safer,more concise, and reusable. They are mutable, offer code completion in Xcode, and update with new fields automatically as your schema and operations change.
Generated test mocks provide a type-safe way to mock your response models. Rather than dealing with cumbersome and error prone JSON data, test mocks make mocking safer, more concise, and reusable. They are mutable, offer code completion in Xcode, and update with new fields automatically as your schema and operations change.

### Mocking GraphQL responses with JSON

Expand Down

0 comments on commit 7b150a1

Please sign in to comment.