Closed hasundue closed 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.
Deno.{write|read}TextFile
Deno.Command
Ended up with creating an independent module for testing doubles for now.
Testing doubles for
Deno.{write|read}TextFile
andDeno.Command
APIs should be generalized and ported out as an independent Deno library for readability of test code and reusability.