minor README change

This commit is contained in:
Mathew Polzin
2018-11-27 13:59:01 -08:00
parent dd5f3b1737
commit 55f2f52676
+1 -1
View File
@@ -329,5 +329,5 @@ extension String: CreatableRawIdType {
}
```
## Testing
# JSONAPITestLib
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.