-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The watch mode does not work in v6 #3270
Labels
bug
current functionality does not work as desired
Comments
aristov
changed the title
The watch mode does not work
The watch mode does not work in v6
Dec 5, 2023
AVA 6 requires 20.8, can't check right now but that language feature may not be available in 20.6. |
I got the same error with node v20.10.0. |
novemberborn
added
bug
current functionality does not work as desired
and removed
needs triage
labels
Dec 6, 2023
Whelp, that's what happens when you don't do beta releases 😊 |
novemberborn
added a commit
that referenced
this issue
Dec 6, 2023
Somewhere between developing the watch mode and adding test coverage, a mechanism was introduced to control watch mode in its integration tests. Ironically watch mode relied on this mechanism and no longer worked in actual use. Fixes #3270
novemberborn
added a commit
that referenced
this issue
Dec 6, 2023
Somewhere between developing the watch mode and adding test coverage, a mechanism was introduced to control watch mode in its integration tests. Ironically watch mode relied on this mechanism and no longer worked in actual use. Fixes #3270
Fixed in 6.0.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run AVA in watch mode:
npx ava --watch
But I got this error:
npx ava
works normally.This bug is only related to version 6.0.0.
The text was updated successfully, but these errors were encountered: