Replies: 5 comments
-
Are you sure it's a problem with AVA and not What AVA version? |
Beta Was this translation helpful? Give feedback.
-
Problem is I'm not sure what cause it... And sorry I didn't mention that it's not really doing nothing, it stuck for a while. Current version is |
Beta Was this translation helpful? Give feedback.
-
It also print timeout sometime >npx ava --verbose
× Timed out while running tests
× Timed out while running tests
× Timed out while running tests
× Exiting due to SIGINT (Pressed CTRL+C)
─ |
Beta Was this translation helpful? Give feedback.
-
Another problem is it also ONLY run part of tests sometime, and I don't know what skipped. This really bothers me. |
Beta Was this translation helpful? Give feedback.
-
The multi-line output trips up the mini reporter a bit for me, to the point where I could see how the output may give the impression that nothing happened. Timeouts and disappearance hint at the machine being stressed too much and IPC messages dropping. Reducing concurrency might help. AVA 4 defaults to using worker threads, not child processes, which may also help. |
Beta Was this translation helpful? Give feedback.
-
Sometime I run
npx ava foo.js
, the CLI don't do anything, just passProject: https://github.com/sindresorhus/eslint-plugin-unicorn
This happens a lot, I'm not sure how to reproduce, my system is windows 10. Node.js version seems doesn't mater.
Beta Was this translation helpful? Give feedback.
All reactions