lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
theeternalpulse 2018-12-31T04:50:36.035900Z

What's the best way to write script tests on files? Is there a suite that mocks the filesystem for clojurescript

richiardiandrea 2018-12-31T05:15:21.037800Z

@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