Skip to content

v3.0.0

Compare
Choose a tag to compare
@afontcu afontcu released this 19 Aug 08:37

3.0.0 (2019-08-19)

Features

  • cleanup: automatically cleanup if afterEach is detected (#80) (394bde7), closes #77

BREAKING CHANGES

  • cleanup: If your tests were not isolated before (and you referenced the same component between tests) then this change will break your tests. You should keep your tests isolated, but if you're unable/unwilling to do that right away, then you can run your tests with the environment variable VTL_SKIP_AUTO_CLEANUP set to true.