Skip to content

Commit 279add9

Browse files
committed
refactor: remove unused import
1 parent 57a2b39 commit 279add9

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

android.conf.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @ts-nocheck
22
import { config as baseConfig } from './wdio.conf.ts';
3-
import { join } from 'node:path';
43

54
export const config: WebdriverIO.Config = {
65
...baseConfig,

flutter-finder/wdio-flutter-by-service/src/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { LocatorConfig } from './types.js';
22
import { command } from 'webdriver';
33
import { browser } from '@wdio/globals';
4-
import path from 'path';
54
import { createRequire } from 'module';
6-
import { pathToFileURL } from 'url';
75
import fs from 'fs';
86

97
const require = createRequire(import.meta.url);

src/android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { AndroidUiautomator2Driver } from 'appium-uiautomator2-driver';
2-
import type { InitialOpts } from '@appium/types';
32
import type { AppiumFlutterDriver } from './driver';
43
import type ADB from 'appium-adb';
54

src/commands/element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import _ from 'lodash';
22
import { getProxyDriver, FLUTTER_LOCATORS } from '../utils';
3-
import { JWProxy } from 'appium/driver';
43
import { AndroidUiautomator2Driver } from 'appium-uiautomator2-driver';
54
// @ts-ignore
65
import { XCUITestDriver } from 'appium-xcuitest-driver';

test/unit/element.specs.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ import { W3C_ELEMENT_KEY } from 'appium/driver';
1010
import {
1111
ELEMENT_CACHE,
1212
clear,
13-
click,
14-
elementDisplayed,
15-
elementEnabled,
1613
findElOrEls,
1714
getAttribute,
1815
getElementRect,

0 commit comments

Comments
 (0)