What's the best way to write script tests on files? Is there a suite that mocks the filesystem for clojurescript
@theeternalpulse there is an attempt at io protocols here https://github.com/abiocljs/abio but not mocks at the moment. You could also use npm to find a lib that does that probably