From ce38989d6dbb43b0b38cc52b698e1eb167695655 Mon Sep 17 00:00:00 2001 From: Will Date: Sun, 20 Mar 2022 20:18:38 -0400 Subject: [PATCH 1/2] Docs: Typescript updates for async/sync --- website/docs/TypeScript.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/docs/TypeScript.md b/website/docs/TypeScript.md index a7e96cd7454..27a3c1880af 100644 --- a/website/docs/TypeScript.md +++ b/website/docs/TypeScript.md @@ -99,7 +99,7 @@ command execution. For more information, see our @@ -294,8 +294,8 @@ declare global { @@ -366,7 +366,7 @@ declare namespace WebdriverIO { "strictNullChecks": true, "types": [ "node", - "webdriverio/sync", + "webdriverio/async", "@wdio/mocha-framework" ] }, @@ -393,7 +393,7 @@ declare namespace WebdriverIO { "strictNullChecks": true, "types": [ "node", - "webdriverio/sync", + "webdriverio/async", "@wdio/mocha-framework" ] } From 0d7bd710d538b786dc9c5ba9e9c28fe12f56a5d7 Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Mon, 21 Mar 2022 08:52:37 +0100 Subject: [PATCH 2/2] Update website/docs/TypeScript.md --- website/docs/TypeScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/TypeScript.md b/website/docs/TypeScript.md index 27a3c1880af..d5d15b7b002 100644 --- a/website/docs/TypeScript.md +++ b/website/docs/TypeScript.md @@ -99,7 +99,7 @@ command execution. For more information, see our