Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/vue-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: testing-library/vue-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 1 commit
  • 13 files changed
  • 1 contributor

Commits on Aug 19, 2019

  1. feat(cleanup): automatically cleanup if afterEach is detected (#80)

    You can disable this with the VTL_SKIP_CLEANUP environment variable, but it's recommended to have cleanup work this way.
    
    Closes #77 
    
    BREAKING CHANGE: 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.
    Oluwasetemi authored and afontcu committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    394bde7 View commit details
    Browse the repository at this point in the history
Loading