File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export default {
1313 let batteryInfoFromShimService ;
1414 if ( isIos18OrNewer ( this . opts ) ) {
1515 // TODO: Remove this once we publish the appium-ios-remotexpc package to npm
16+ /* eslint-disable import/no-unresolved */
1617 // @ts -expect-error
1718 const { Services} = await import ( 'appium-ios-remotexpc' ) ;
1819 const diagService = await Services . startDiagnosticsService ( this . device . udid ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type B from 'bluebird';
33import type { EventEmitter } from 'node:events' ;
44import type { LiteralUnion , SetOptional , SetRequired } from 'type-fest' ;
55import type { Page } from '../types' ;
6- import type { AuthorizationStatus , BatteryState , ThermalState } from './enum' ;
6+ import type { AuthorizationStatus , ThermalState } from './enum' ;
77
88export type Direction = 'up' | 'down' | 'left' | 'right' ;
99
You can’t perform that action at this time.
0 commit comments