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.13.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.14.0
Choose a head ref
  • 8 commits
  • 68 files changed
  • 4 contributors

Commits on Oct 4, 2020

  1. shared-workers: Don't warn when too many message listeners are added

    Each test process using the shared worker will add a listener. There
    could be more than 10 processes using the worker concurrently. Disable
    the standard listener limit since the warning it prints is irrelevant.
    novemberborn committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    b71f396 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Remove link to avacasts

    luiscobot authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    dcd5831 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. Test with Node.js 15

    novemberborn committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    c3e43bf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Document shared workers

    novemberborn committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    09c5568 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Update dependencies & fix reporter tests

    * Fix reporter tests under Node.js 15
    
    Fixes #2616.
    
    * Update dev dependencies
    
    * Update XO
    
    * Update TypeScript
    
    * Update dependencies
    
    * Rebuild package lock
    
    * Churn reporter logs
    novemberborn authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    73015e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Deterministic snapshot files, declaration-ordered snapshot reports

    Ensures that *.snap files are deterministic by sorting entry blocks by the hash of their test name or id.
    
    Ensures that *.md snapshot report files are sorted in as close to declaration order as is reasonably possible.
    
    Closes #2311
    Closes #2324
    
    Co-authored-by: Sindre Sorhus <[email protected]>
    Co-authored-by: Mark Wubben <[email protected]>
    3 people authored Dec 6, 2020
    Configuration menu
    Copy the full SHA
    e66b54c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Update dependencies

    * Update dependencies
    
    * Rebuild package-lock
    novemberborn authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    9b2bd5f View commit details
    Browse the repository at this point in the history
  2. 3.14.0

    novemberborn committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    5d3b200 View commit details
    Browse the repository at this point in the history
Loading