diff --git a/doc/api/test.md b/doc/api/test.md index c60a07e6ad40bb..64e333f109843f 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1435,6 +1435,9 @@ describe('tests', async () => { }); ``` +**Note:** The `after` hook is guaranteed to run, +even if tests within the suite fail. + ## `beforeEach([fn][, options])`