diff --git a/doc/api/test.md b/doc/api/test.md index 1dc4b9f4357ccf..1f98e0b1e6379e 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1539,6 +1539,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`