michael-spengler / wwi20sea-web-programmierung

1 stars 0 forks source link

Modul zum Erleichtern von mongodb unittesting mit deno #15

Open lumaghg opened 2 years ago

lumaghg commented 2 years ago

https://deno.land/x/denomongo_unittest_utils

michael-spengler commented 2 years ago

Beispiel für "just do it" ohne third party dependencies...: https://github.com/michael-spengler/bloomfilter/blob/main/src/bloom-filter.spec.ts#L1-L17

michael-spengler commented 2 years ago

https://deno.land/x/denomongo_unittest_utils

theoretical back on test doubles: http://xunitpatterns.com/Test%20Double.html

michael-spengler commented 2 years ago

deps & deps.dev --> super ansatz ...

deno init... (mod + deps... generierung... ) / wizard