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.9.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.10.1
Choose a head ref
  • 11 commits
  • 39 files changed
  • 4 contributors

Commits on Jun 28, 2020

  1. Don't update snapshots when executing a subset of tests

    Co-authored-by: Mark Wubben <[email protected]>
    bunysae and novemberborn authored Jun 28, 2020
    Configuration menu
    Copy the full SHA
    f72fab4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Support assertion message in t.timeout()

    Fixes #2443.
    
    Co-authored-by: Mark Wubben <[email protected]>
    jonathansamines and novemberborn authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    ca8ea45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51fafed View commit details
    Browse the repository at this point in the history
  3. Updates to our self-hosted tests

    * Add debug option to pipe stderr from internal tests to stderr
    
    * Remove unnecessary ava dependency in our own test fixtures
    
    * Recognize uncaught exceptions in our own tests
    
    * Sort all stat objects by file & title
    novemberborn authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    b154612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eee2f7b View commit details
    Browse the repository at this point in the history
  5. Detect t.try() usage in hooks; experimentally disable t.snapshot()

    `t.try()` has never worked in hooks. Fail the hook properly instead of letting it crash.
    
    `t.snapshot()` sort of works, but not really. Add an experiment so support can be disabled. This will become the default behavior in the next major AVA release.
    
    Fixes #2523.
    
    Co-authored-by: Mark Wubben <[email protected]>
    oantoro and novemberborn authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    d01db61 View commit details
    Browse the repository at this point in the history
  6. Update dependencies

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

Commits on Jul 5, 2020

  1. 3.10.0

    novemberborn committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    3868611 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Revert "Use advanced serialization (when available) for test worker c…

    …ommunication"
    
    This reverts commit 51fafed.
    novemberborn committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    7d4aa45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a557bc0 View commit details
    Browse the repository at this point in the history
  3. 3.10.1

    novemberborn committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    07602f5 View commit details
    Browse the repository at this point in the history
Loading