-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS Mock doesn't use imported interfaces #2
Comments
In fact, I haven't considered importing interfaces from other files 😮.But this is a good idea. I will implement this as soon as possible. |
I have supported this feature by modifing intermock's source code, you can have a look here(mocha-test passed). |
What if make PR to intermock? |
I will have a try when I am free 🐤 . |
Is that the reason I get "Unsupported Primitive type 110" or is that a separate issue? |
TS Mock doesn't use imported interfaces.
For example:
returns:
The text was updated successfully, but these errors were encountered: