diff --git a/doc/api/test.md b/doc/api/test.md index 2025994f3afa93..c26d91ec65eb02 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1473,6 +1473,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`