avajs / ava

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

Fix potential bug with watch mode when no failed test files are written #3287

Closed novemberborn closed 10 months ago

novemberborn commented 10 months ago

Don't emit the 'touched-files' event, since the watcher assumes that comes with a files value.

Fixes #3285