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 am not sure what is going on but I have been trying multiple mocking/require hijacking libraries to see if I can mock some of my dependencies. I like proxyquire but the problem being proxyquire doesn't seem to be giving me my mocked objects.
Is that not the way this is supposed to be set up? I have checked to see if the parser object that item uses vs what I have mocked are the same object and they are not. Any Ideas?
The text was updated successfully, but these errors were encountered:
I am not sure what is going on but I have been trying multiple mocking/require hijacking libraries to see if I can mock some of my dependencies. I like proxyquire but the problem being proxyquire doesn't seem to be giving me my mocked objects.
Folder structure is:
Is that not the way this is supposed to be set up? I have checked to see if the
parser
object thatitem
uses vs what I have mocked are the same object and they are not. Any Ideas?The text was updated successfully, but these errors were encountered: