9288f56649
The PostRepository type was using `any` (an anti pattern) rather than `PostCollection`, and we had optional properties, which are not really optional. This cleans up the types and updates the tests alongside them. |
||
---|---|---|
.. | ||
posts.ts | ||
PostsRepositoryInMemory.ts |