Skip to content

Commit 55f2f52

Browse files
committed
minor README change
1 parent dd5f3b1 commit 55f2f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,5 +329,5 @@ extension String: CreatableRawIdType {
329329
}
330330
```
331331

332-
## Testing
332+
# JSONAPITestLib
333333
JSONAPI comes with a test library to help you test your JSON API integration. The test library is called `JSONAPITestLib`. It provides literal expressibility for `Attribute`, `ToOneRelationship`, and `Id` in many situations so that you can easily write test `Entity` values into your unit tests. It also provides a `check()` function for each `Entity` type that can be used to catch problems with your JSONAPI structures that are not caught by Swift's type system. You can see the JSONAPITestLib in action in the Playground included with the JSONAPI repository.

0 commit comments

Comments
 (0)