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

Output is not encoded correctly #30

Closed mbates closed 4 years ago

mbates commented 4 years ago

The output is sent to stdout using console.dir() which wraps output in a string using these characters   console.log does not wrap the result in quotes.

mbates commented 4 years ago

resolved with https://github.com/google/intermock/pull/32