Hello everyone,
at the moment i am looking for a nice way to mock my modules and at this point i noticed that it would be nice if i could override single modules in my Container with custom test functions.
That step would not be that far away since the Conatiner has a _specs property with the required path as key and the the cached Module as value.
Thoughts?