-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: avajs/ava
base: v6.0.1
head repository: avajs/ava
compare: v6.1.0
- 11 commits
- 36 files changed
- 3 contributors
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 316ffe1 - Browse repository at this point
Copy the full SHA 316ffe1View commit details
Commits on Dec 30, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 9f3bf7e - Browse repository at this point
Copy the full SHA 9f3bf7eView commit details -
Only test reporters on Linux (CI)
These tests are more likely to be flaky on Mac and Windows.
Configuration menu - View commit details
-
Copy full SHA for 783f62b - Browse repository at this point
Copy the full SHA 783f62bView commit details
Commits on Jan 11, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 70a6e25 - Browse repository at this point
Copy the full SHA 70a6e25View commit details -
Change recursive watch mode test detection to be non-persistent
Otherwise, on Linux, it seems the abort signal is disregarded.
Configuration menu - View commit details
-
Copy full SHA for 808a561 - Browse repository at this point
Copy the full SHA 808a561View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde8671 - Browse repository at this point
Copy the full SHA fde8671View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 35f6c86 - Browse repository at this point
Copy the full SHA 35f6c86View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cc8b839 - Browse repository at this point
Copy the full SHA cc8b839View commit details -
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.
1Configuration menu - View commit details
-
Copy full SHA for 0a05024 - Browse repository at this point
Copy the full SHA 0a05024View commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3e2c72 - Browse repository at this point
Copy the full SHA c3e2c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for aae39b2 - Browse repository at this point
Copy the full SHA aae39b2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.1...v6.1.0