Skip to content

Isolation and isolation

Compare
Choose a tag to compare
@theKashey theKashey released this 17 Oct 09:37
· 128 commits to master since this release

Features

  • now you are able to mock any dependency, even if it does not exists (#46)

Bug fixes

  • isolation now working much more properly (#47)
    • isolation({ noAutoPassBy: true }) - to disable auto-allowance for modules with mocked parents
    • isolation({ noParentPassBy: true }) - to disable auto-allowance for modules with allowed parents