google / intermock

Mocking library to create mock objects with fake data for TypeScript interfaces
https://google.github.io/intermock/
Apache License 2.0
1.14k stars 71 forks source link

In-memory mock generation #68

Open preston opened 2 years ago

preston commented 2 years ago

I'd like to provide interface types and generated mock data purely in memory. Is there a clean way of doing this? It seems like use of the "mock" function assumes that file system access is available and output is assumed to be to disk.