ike18t / ts-mockery

Simple type-safe typescript mocking library.
MIT License
44 stars 2 forks source link

Fix mocking types that are arrays #18

Closed ike18t closed 5 years ago

ike18t commented 5 years ago

Currently when mocking a type that is of type array it is getting converted to an object with the array index as the key.

ike18t commented 5 years ago

19