diff --git a/doc/api/test.md b/doc/api/test.md index 15f71de4fb7ee8..c2d0514a3e6a0a 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -3034,6 +3034,14 @@ test('top level test', (t) => { }); ``` +### `context.fullName` + + + +The name of the test and each of its ancestors, separated by `>`. + ### `context.name`