diff --git a/doc/api/test.md b/doc/api/test.md index 64413bc770fa76..50eaf8f0ef2494 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1540,6 +1540,10 @@ This event is only emitted if `--test` flag is passed. Emitted when a running test writes to `stdout`. This event is only emitted if `--test` flag is passed. +### Event: `'test:watch:drained'` + +Emitted when no more tests are queued for execution in watch mode. + ## Class: `TestContext`