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: avajs/ava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.1
Choose a base ref
...
head repository: avajs/ava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.0
Choose a head ref
  • 5 commits
  • 16 files changed
  • 3 contributors

Commits on Jul 26, 2020

  1. Fix reporter logs for Node.js 14

    Clearly this isn't ideal but it gets tests passing for now.
    novemberborn committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    142363b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Detect active inspectors; update VSCode debugging recipe

    Don't open inspectors if one is already connected. Like with AVA's own `debug` command, disable timeouts and switch to verbose output. This allows VSCode 1.47 to debug AVA test files.
    
    Update VSCode debugging recipe accordingly. Promote Debug Terminal in favor of launch configuration.
    
    Co-authored-by: Sindre Sorhus <[email protected]>
    Co-authored-by: Mark Wubben <[email protected]>
    3 people authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    bc39bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac7990 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    novemberborn authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    d7ff751 View commit details
    Browse the repository at this point in the history
  4. 3.11.0

    novemberborn committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    8d03e1d View commit details
    Browse the repository at this point in the history
Loading