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
It would be very useful to mock internal/private functions.
I have a public/external function that calls a bunch of internal functions and I would like to change those internal functions behaviour.
The text was updated successfully, but these errors were encountered:
Hi, unfortunately mocking internal functions can't be supported until we refactor the code to integrate at a deeper level. We probably have to modify the ethereumjs-VM entirely for this to work.
It would be very useful to mock internal/private functions.
I have a public/external function that calls a bunch of internal functions and I would like to change those internal functions behaviour.
The text was updated successfully, but these errors were encountered: