From c9cffb73b329f9702492bdfd344787931e0e1901 Mon Sep 17 00:00:00 2001 From: Pietro Marchini Date: Thu, 3 Oct 2024 14:22:48 +0100 Subject: [PATCH] doc: update test context.assert PR-URL: /~https://github.com/nodejs/node/pull/55186 Reviewed-By: Moshe Atlow Reviewed-By: Jake Yuesong Li --- doc/api/test.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/test.md b/doc/api/test.md index e02eba7f182bf7..0eb2c2a585fef9 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -3231,6 +3231,7 @@ test('top level test', async (t) => { An object containing assertion methods bound to `context`. The top-level