Skip to content

v 1.3.5

Choose a tag to compare

@theKashey theKashey released this 24 Jul 22:36
· 256 commits to master since this release

Fixed:

  • in case you use callThought with isolation - mocked module will be treated as passBy 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.