From 914b9c9129f9d2e3bcb2c51cbd2920c7459c5d7d Mon Sep 17 00:00:00 2001 From: Robin Reyer <45331704+lumaghg@users.noreply.github.com> Date: Fri, 18 Mar 2022 11:38:01 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 076f224..1b01498 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,9 @@ 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 From b88026694ef2a60eee98ca3d29865fc714544f4a Mon Sep 17 00:00:00 2001 From: Robin Reyer <45331704+lumaghg@users.noreply.github.com> Date: Fri, 18 Mar 2022 11:50:43 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b01498..1839038 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,8 @@ 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. +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 From 5d44ebaf36330bfb9b4f12b978746bc013dc2e7c Mon Sep 17 00:00:00 2001 From: Robin Reyer <45331704+lumaghg@users.noreply.github.com> Date: Fri, 18 Mar 2022 11:51:27 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1839038..89b10ed 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ 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. From 1552f5570f4b23526f443066340961d95cc9090e Mon Sep 17 00:00:00 2001 From: lumaghg Date: Fri, 18 Mar 2022 12:08:36 +0100 Subject: [PATCH 4/4] run fmt format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89b10ed..35d3b25 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ const file = await new Response(bucket.openDownloadStream(id)).text(); ## Unit-Testing -To mock mongo-collections for use in unit-tests, please refer to the +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