bocoup / sb-util

sb-util, a library that can query Scratch projects via *.sb3 and project.json files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mock file IO in tests or memoify file IO

mzgoddard opened this issue · comments

Eventually we should have enough tests that waiting on file IO for every test with the same data will be visibly slower than mocking file IO or memoify-ing the IO work.