avajs / ava

Node.js test runner that lets you develop with confidence 🚀
MIT License
20.74k stars 1.41k forks source link

Test with AVA 6 #3282

Closed novemberborn closed 10 months ago

novemberborn commented 10 months ago
novemberborn commented 10 months ago

Ironically, in CI the watch mode tests fail to exit cleanly. It's fine locally. This will need https://github.com/avajs/ava/issues/3279 to be resolved and available through the @ava/test wrapper.

novemberborn commented 10 months ago

Ironically, in CI the watch mode tests fail to exit cleanly. It's fine locally.

Turns out this is due to a bug on Linux with our test for recursive watch support leaking referenced file handles.