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.11.0
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.1
Choose a head ref
  • 3 commits
  • 16 files changed
  • 2 contributors

Commits on Aug 1, 2020

  1. Temporarily uncork report stream when clearing spinner

    The spinner is not cleared while the stream is corked, which then
    corrupts the printing of stdout / stderr chunks received from the test
    processes.
    
    Fixes #2541
    novemberborn authored Aug 1, 2020
    Copy the full SHA
    5ddc9fd View commit details

Commits on Aug 3, 2020

  1. Self-host the built-in Node.js assert tests

    Also make `test-ava` work from inside the `test` directory.
    
    Co-authored-by: Mark Wubben <mark@novemberborn.net>
    jonathansamines and novemberborn authored Aug 3, 2020
    Copy the full SHA
    1150991 View commit details
  2. 3.11.1

    novemberborn committed Aug 3, 2020
    Copy the full SHA
    0483b8c View commit details
Loading