From 7ddbfe8c2b05ba54f96d3c2d9b3ce726b229a3c9 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 9016b38d1ac411..4dfeef3cd4c23d 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -3223,6 +3223,7 @@ test('top level test', async (t) => { An object containing assertion methods bound to `context`. The top-level