Skip to content

Commit

Permalink
Proposal: Add Link to Module for Collection Mocking in readme (#339)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md

* run fmt format

Co-authored-by: lumaghg <rotkehlchen567@gmail.com>
  • Loading branch information
lumaghg and lumaghg authored Mar 18, 2022
1 parent 7c419d5 commit 79c5e80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ await writer.close();
const file = await new Response(bucket.openDownloadStream(id)).text();
```

## Unit-Testing

To mock mongo-collections for use in unit-tests, please refer to the
[denomongo-unittest-utils](https://deno.land/x/denomongo_unittest_utils) module.

## Contributing

### Command to be implemented
Expand Down

0 comments on commit 79c5e80

Please sign in to comment.