Skip to content

Commit

Permalink
revert lib/driver.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 9, 2024
1 parent afaf867 commit f4e31ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ import {
mobileTerminateApp,
terminateApp,
removeApp,
activateApp,
queryAppState,
isAppInstalled,
} from './commands/app-management';
Expand Down Expand Up @@ -408,6 +409,7 @@ class AndroidDriver
mobileTerminateApp = mobileTerminateApp;
terminateApp = terminateApp;
removeApp = removeApp;
activateApp = activateApp;
queryAppState = queryAppState;
isAppInstalled = isAppInstalled;

Expand Down

0 comments on commit f4e31ae

Please sign in to comment.