From f3049ea848219ae14aa95ead7c685f6d154466ef Mon Sep 17 00:00:00 2001 From: Bayheck Date: Thu, 11 Jul 2024 14:35:57 +0500 Subject: [PATCH] update: pr comments fixed --- ts-defs-src/runner-api/options.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts-defs-src/runner-api/options.d.ts b/ts-defs-src/runner-api/options.d.ts index cb6a16c8a1..a46f9f56d7 100644 --- a/ts-defs-src/runner-api/options.d.ts +++ b/ts-defs-src/runner-api/options.d.ts @@ -271,7 +271,7 @@ interface RunOptions { */ disableNativeAutomation: boolean; /** - * Ask tech writer for definition. (Allows to import modules that do not support CommonJS). + * Allows you to import modules that do not support CommonJS. */ esm: boolean; }