Skip to content

Commit

Permalink
chore(deps): update @appium/fake-driver to v5.3.0 (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
eglitise authored Dec 19, 2023
1 parent 330fe84 commit 8834a00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
22 changes: 5 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
},
"devDependencies": {
"@appium/eslint-config-appium": "8.0.5",
"@appium/fake-driver": "5.2.11",
"@appium/fake-driver": "5.3.0",
"@appium/support": "4.1.10",
"@babel/core": "7.23.6",
"@babel/eslint-parser": "7.23.3",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/inspector-e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chai.use(chaiAsPromised);

const FAKE_DRIVER_PORT = 12121;

const FAKE_DRIVER_PATH = path.dirname(require.resolve('@appium/fake-driver'));
const FAKE_DRIVER_PATH = path.dirname(require.resolve('@appium/fake-driver/package.json'));
const TEST_APP = path.resolve(FAKE_DRIVER_PATH, 'test', 'fixtures', 'app.xml');

const DEFAULT_CAPS = {
Expand Down
2 changes: 1 addition & 1 deletion test/integration/client-actions.integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chai.use(chaiAsPromised);

const FAKE_DRIVER_PORT = 12121;

const FAKE_DRIVER_PATH = path.dirname(require.resolve('@appium/fake-driver'));
const FAKE_DRIVER_PATH = path.dirname(require.resolve('@appium/fake-driver/package.json'));
const TEST_APP = path.resolve(FAKE_DRIVER_PATH, 'test', 'fixtures', 'app.xml');

const DEFAULT_CAPS = {
Expand Down

0 comments on commit 8834a00

Please sign in to comment.