I am trying to stub a exported function from a module, so that i can replace the return value and also check if the function has been called.
I already created a stub, th