jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

Test rewrite in order to stop sanitizing ops on test exit #119

Closed peterdraffen closed 3 years ago

peterdraffen commented 3 years ago

There seems to be a resource leak when utilizing Deno.writeTextFileSync, at least in the context of Tests. I´ve rewritten some tests in order to add an option to ignore Ops sanitation.

jmoalves commented 3 years ago

Fix #82