Skip to content

Commit e7b971c

Browse files
refactor: remove optional modifier from appPath and testSuitePath in addAppAutomationTools
1 parent 877b628 commit e7b971c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/appautomate.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ export default function addAppAutomationTools(
360360
{
361361
appPath: z
362362
.string()
363-
.optional()
364363
.describe(
365364
"Path to your application file:\n" +
366365
"If in development IDE directory:\n" +
@@ -373,7 +372,6 @@ export default function addAppAutomationTools(
373372
),
374373
testSuitePath: z
375374
.string()
376-
.optional()
377375
.describe(
378376
"Path to your test suite file:\n" +
379377
"If in development IDE directory:\n" +

0 commit comments

Comments
 (0)