Skip to content

Commit

Permalink
fix ci by removing unexpected ts-expect-error statements (#13606)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-sauer authored Sep 17, 2024
1 parent b546e70 commit b1d8c63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/wdio-cli/src/commands/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export async function missingConfigurationPrompt(command: string, configPath: st
const { config } = await inquirer.prompt({
type: 'confirm',
name: 'config',
// @ts-expect-error
message,
default: false
})
Expand Down
1 change: 0 additions & 1 deletion packages/wdio-cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,6 @@ export async function runAppiumInstaller(parsedAnswers: ParsedAnswers) {

const answer = await inquirer.prompt({
name: 'continueWithAppiumSetup',
// @ts-expect-error
message: 'Continue with Appium setup using appium-installer (https://github.com/AppiumTestDistribution/appium-installer)?',
type: 'confirm',
default: true
Expand Down

0 comments on commit b1d8c63

Please sign in to comment.