You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a file that defines various interfaces and I have another library that outputs javascript code as string. I need to check that the code output from the library is compliant with the interfaces defined.
It would be best if I wouldn't have to save the output to files and then check. Is there a way to provide both interfaces and code to test as parameters when running tsd?
If not, is it something that could be easily added and could be implemented in future?
The text was updated successfully, but these errors were encountered:
I have a file that defines various interfaces and I have another library that outputs javascript code as string. I need to check that the code output from the library is compliant with the interfaces defined.
It would be best if I wouldn't have to save the output to files and then check. Is there a way to provide both interfaces and code to test as parameters when running tsd?
If not, is it something that could be easily added and could be implemented in future?
The text was updated successfully, but these errors were encountered: