From d753065d8fd9fea4e23e893857f16e75dfe1548f Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Mon, 25 Jul 2022 23:17:25 +0300 Subject: [PATCH] doc: add missing test runner option --- doc/api/test.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/test.md b/doc/api/test.md index c7a042b5efe19c..bbc7245b9634f2 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -569,6 +569,7 @@ changes: * `only` {boolean} If truthy, and the test context is configured to run `only` tests, then this test will be run. Otherwise, the test is skipped. **Default:** `false`. + * `signal` {AbortSignal} Allows aborting an in-progress test * `skip` {boolean|string} If truthy, the test is skipped. If a string is provided, that string is displayed in the test results as the reason for skipping the test. **Default:** `false`.