-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump appium-xcuitest-driver from 5.6.0 to 5.7.0 in /driv…
…er (#595) * chore(deps): bump appium-xcuitest-driver from 5.6.0 to 5.7.0 in /driver Bumps [appium-xcuitest-driver](https://github.com/appium/appium-xcuitest-driver) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/appium/appium-xcuitest-driver/releases) - [Changelog](https://github.com/appium/appium-xcuitest-driver/blob/master/CHANGELOG.md) - [Commits](appium/appium-xcuitest-driver@v5.6.0...v5.7.0) --- updated-dependencies: - dependency-name: appium-xcuitest-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: fix lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo <[email protected]>
- Loading branch information
1 parent
1232e1c
commit 9d3251f
Showing
5 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import { logger } from '@appium/support'; | ||
import { AppiumLogger } from '@appium/types'; | ||
|
||
export const log = logger.getLogger(`FlutterDriver`); | ||
export const log: AppiumLogger = logger.getLogger(`FlutterDriver`); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters