hasundue / molt

Update dependencies the Deno way
https://jsr.io/@molt
MIT License
79 stars 5 forks source link

Port testing double implementation as an independent library #50

Closed hasundue closed 1 year ago

hasundue commented 1 year ago

Testing doubles for Deno.{write|read}TextFile and Deno.Command APIs should be generalized and ported out as an independent Deno library for readability of test code and reusability.

hasundue commented 1 year ago

Ended up with creating an independent module for testing doubles for now.