Skip to content

Commit ba508de

Browse files
committed
docs(readme): add comment about extensibility tests
1 parent 9d5cbc4 commit ba508de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@ public class MyAuthorizedEntityRepository : DefaultEntityRepository<MyEntity>
237237
}
238238
```
239239

240+
For more examples, take a look at the customization tests
241+
in `./test/JsonApiDotNetCoreExampleTests/Acceptance/Extensibility`.
242+
240243
### Pagination
241244

242245
Resources can be paginated.

0 commit comments

Comments
 (0)