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: v6.0.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: v6.1.0
Choose a head ref
  • 11 commits
  • 36 files changed
  • 3 contributors

Commits on Dec 20, 2023

  1. Fix typo in README

    screendriver authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    316ffe1 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Remove references to older AVA versions

    * Remove obsolete recipes
    
    ES modules is supported out of the box.
    
    The React recipe applies to AVA 3.
    
    * Remove code guards against obsolete API usage
    
    * Remove references to older AVA versions from documentation
    novemberborn authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    9f3bf7e View commit details
    Browse the repository at this point in the history
  2. Only test reporters on Linux (CI)

    These tests are more likely to be flaky on Mac and Windows.
    novemberborn authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    783f62b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Ensure watcher tests exit cleanly

    Always await the last pending state when the watch runs have completed.
    
    Use a teardown hook to ensure the watcher is aborted and has exited before ending the test.
    
    Ensure the item is always an object, even if it didn't come from the generator.
    novemberborn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    70a6e25 View commit details
    Browse the repository at this point in the history
  2. Change recursive watch mode test detection to be non-persistent

    Otherwise, on Linux, it seems the abort signal is disregarded.
    novemberborn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    808a561 View commit details
    Browse the repository at this point in the history
  3. Test with AVA 6

    novemberborn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    fde8671 View commit details
    Browse the repository at this point in the history
  4. Fix potential bug with watch mode when no failed test files are written

    Don't emit the 'touched-files' event, since the watcher assumes that comes with a files value.
    
    Fixes #3285
    novemberborn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    35f6c86 View commit details
    Browse the repository at this point in the history
  5. Ensure AVA exits with code 1 after an unexpected process.exit() in a …

    …test worker
    
    It prints the error, so it should fail as such.
    novemberborn committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    cc8b839 View commit details
    Browse the repository at this point in the history
  6. Implement registerCompletionHandler()

    Register a function to be called when AVA has completed a test run without uncaught exceptions or unhandled rejections.
    
    Fixes #3279.
     *
     * Completion handlers are invoked in order of registration. Results are not awaited.
    novemberborn committed Jan 11, 2024
    1 Configuration menu
    Copy the full SHA
    0a05024 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    c3e2c72 View commit details
    Browse the repository at this point in the history
  2. 6.1.0

    novemberborn committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    aae39b2 View commit details
    Browse the repository at this point in the history
Loading