From 1a86789af3ab7650bc96b727cd1b3471a41c42cc Mon Sep 17 00:00:00 2001 From: Vlad Holubiev Date: Fri, 12 Apr 2019 20:42:23 +0300 Subject: [PATCH] docs: add see also section to dynamodb --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 892e6241..4665d29d 100644 --- a/readme.md +++ b/readme.md @@ -72,6 +72,10 @@ it('should insert a doc into collection', async () => { Cache MongoDB binary in CI by putting this folder to the list of cached paths: `~/.mongodb-binaries` +## See Also + +- [jest-dynamodb](https://github.com/shelfio/jest-dynamodb) + ## License MIT © [Shelf](https://shelf.io)