I want to stub node.js built-ins like fs so that I don't actually make any system level file calls. The only thing I can think to do is to pass in so tha
I want to stub node.js built-ins like fs so that I don't actually make any system level file calls. The only thing I can think to do is to pass in so tha