Fixed:
- in case you use
callThought
withisolation
- mocked module will be treated aspassBy
automagicly. In other words - if parent of a module is listed as a mock(or as a passBy) - it will not bypass isolation.
Added:
isolation
got options as argument. First, and the only one,-noAutoPassBy
to switch of behaviour or the last change. Strict isolation is a useful thing.