From df713f0a98e520a13e291d7d99fecd036c8c33d0 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 10 Oct 2024 00:41:11 +0200 Subject: [PATCH] Revert "doc: update test context.assert" This reverts commit 7ddbfe8c2b05ba54f96d3c2d9b3ce726b229a3c9. PR-URL: https://github.com/nodejs/node/pull/55344 Reviewed-By: Jake Yuesong Li Reviewed-By: Chemi Atlow Reviewed-By: Luigi Pinca --- doc/api/test.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/test.md b/doc/api/test.md index 38991ced4cedee..fb91e4a2affd22 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -2976,7 +2976,6 @@ test('top level test', async (t) => { An object containing assertion methods bound to `context`. The top-level