diff --git a/doc/api/test.md b/doc/api/test.md index 8c3c848fe8d936..e520e18e3d8431 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1538,6 +1538,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`