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

Interfaces are included in the output #29

Closed mbates closed 4 years ago

mbates commented 4 years ago

The interfaces themselves should not be console logged, it creates a mess in the output that has to be cleaned up.

This line should be removed https://github.com/google/intermock/blob/6d72f684c74e07837da981b17b34f197f04bc2f3/src/lang/ts/intermock.ts#L988

mbates commented 4 years ago

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